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:
Jean Regisser 2018-05-07 17:23:59 +02:00
parent 13c8e6ef48
commit eaa975d8b7
No known key found for this signature in database
GPG Key ID: 893718A3CBF3B529
1 changed files with 2 additions and 0 deletions

View File

@ -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