Skip to content

Commit f7ce2a9

Browse files
rgomezpjkasten2
authored andcommitted
Added static_framework flag = true to podspec
1 parent 9c0153a commit f7ce2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-onesignal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.platform = :ios, "7.0"
1212
s.source = { :git => "#{package_json["repository"]["url"]}.git", :tag => "#{s.version}" }
1313
s.source_files = 'ios/RCTOneSignal/*.{h,m}'
14-
14+
s.static_framework = true
1515
# The "React" pod is required due to the use of RCTBridgeModule, RCTEventEmitter, etc
1616
# Ensuring we have version 0.13.0 or greater to avoid a cocoapods issue noted in React Native's release notes
1717
# https://github.com/facebook/react-native/releases/tag/v0.13.0
@@ -23,4 +23,4 @@ Pod::Spec.new do |s|
2323

2424
# The Native OneSignal-iOS-SDK from cocoapods.
2525
s.dependency 'OneSignal', '2.10.1'
26-
end
26+
end

0 commit comments

Comments
 (0)