Skip to content

Commit 676708c

Browse files
a2frantic
authored andcommitted
Fix CocoaPods spec
1 parent 1d348dd commit 676708c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

React.podspec

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ Pod::Spec.new do |s|
1818
s.author = "Facebook"
1919
s.platform = :ios, "7.0"
2020
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "v#{s.version}" }
21-
s.source_files = "React/**/*.{c,h,m}"
22-
s.resources = "Resources/*.png"
21+
s.source_files = "React/**/*.{c,h,m}"
22+
s.resources = "Resources/*.png"
2323
s.preserve_paths = "cli.js", "Libraries/**/*.js", "lint", "linter.js", "node_modules", "package.json", "packager", "PATENTS", "react-native-cli"
2424
s.exclude_files = "**/__tests__/*", "IntegrationTests/*"
25-
s.frameworks = "JavaScriptCore"
25+
s.frameworks = "JavaScriptCore"
2626
s.requires_arc = true
2727
s.prepare_command = 'npm install'
28-
s.libraries = 'libicucore'
29-
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
28+
s.libraries = 'icucore'
3029

3130
s.subspec 'RCTActionSheet' do |ss|
3231
ss.source_files = "Libraries/ActionSheetIOS/*.{h,m}"

0 commit comments

Comments
 (0)