Skip to content

Commit

Permalink
chore: Correct sources path in podspec (ionic-team#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Aug 31, 2021
1 parent 661c37b commit 2d455d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorPushNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://capacitorjs.com'
s.author = package['author']
s.source = { :git => 'https://github.com/ionic-team/capacitor-plugins.git', :tag => package['name'] + '@' + package['version'] }
s.source_files = 'push-notifications/ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
Expand Down

0 comments on commit 2d455d2

Please sign in to comment.