mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-29 17:36:16 +00:00
Fix podspec so compilation works
Not sure when this broke, but this fixes compilation when used in a project that pulls the dependency using CocoaPods 1.5.0 and Xcode 9.3
This commit is contained in:
parent
13c8e6ef48
commit
eaa975d8b7
@ -14,4 +14,6 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.source = { :git => "https://github.com/react-community/react-native-languages.git" }
|
||||
spec.source_files = "ios/**/*.{h,m}"
|
||||
|
||||
spec.dependency "React"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user