We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df20a50 commit ab336cdCopy full SHA for ab336cd
ios/onesignal_flutter.podspec
@@ -3,7 +3,7 @@
3
#
4
Pod::Spec.new do |s|
5
s.name = 'onesignal_flutter'
6
- s.version = '5.0.0-beta2'
+ s.version = '5.0.0'
7
s.summary = 'The OneSignal Flutter SDK'
8
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
9
s.homepage = 'https://www.onesignal.com'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.source_files = 'Classes/**/*'
14
s.public_header_files = 'Classes/**/*.h'
15
s.dependency 'Flutter'
16
- s.dependency 'OneSignalXCFramework', '5.0.0-beta-04'
+ s.dependency 'OneSignalXCFramework', '5.0.1'
17
s.ios.deployment_target = '11.0'
18
s.static_framework = true
19
end
0 commit comments