Merge pull request #5 from crossfield/fix-podspec

Fix podspec so compilation works
This commit is contained in:
Mathieu Acthernoene 2018-05-17 13:31:38 +02:00 committed by GitHub
commit 5c9934d1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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