Skip to content

Commit 1a36b63

Browse files
build pod statically
1 parent d296e7b commit 1a36b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReactNativeCmp.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Pod::Spec.new do |s|
1212
s.license = package["license"]
1313
s.authors = package["author"]
1414

15+
s.static_framework = true
16+
1517
s.platforms = { :ios => min_ios_version_supported }
1618
s.source = { :git => "https://github.com/SourcePointUSA/react-native-sourcepoint-cmp.git", :tag => "#{s.version}" }
1719

0 commit comments

Comments
 (0)