We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd764e4 commit 50f5b0cCopy full SHA for 50f5b0c
ios/onesignal.podspec ios/onesignalflutter.podspec
@@ -2,7 +2,7 @@
2
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
3
#
4
Pod::Spec.new do |s|
5
- s.name = 'onesignal'
+ s.name = 'onesignalflutter'
6
s.version = '1.0.5'
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'
@@ -17,4 +17,3 @@ Pod::Spec.new do |s|
17
s.ios.deployment_target = '8.0'
18
s.static_framework = true
19
end
20
-
0 commit comments