Skip to content

Commit

Permalink
Fixed whitespace in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranLafferty authored and Jeasmine committed Mar 1, 2021
1 parent 20cae4e commit 730e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/onesignal_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'OneSignal', '2.16.3'
s.dependency 'OneSignal', '2.16.3'
s.ios.deployment_target = '8.0'
s.static_framework = true
end

0 comments on commit 730e539

Please sign in to comment.