Skip to content

Commit 50f5b0c

Browse files
jmroblesjkasten2
authored andcommitted
FIX: rename ios pod for not conflict with framework path
1 parent cd764e4 commit 50f5b0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/onesignal.podspec ios/onesignalflutter.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
33
#
44
Pod::Spec.new do |s|
5-
s.name = 'onesignal'
5+
s.name = 'onesignalflutter'
66
s.version = '1.0.5'
77
s.summary = 'The OneSignal Flutter SDK'
88
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|
1717
s.ios.deployment_target = '8.0'
1818
s.static_framework = true
1919
end
20-

0 commit comments

Comments
 (0)