Add react dependency in podspec

This commit is contained in:
Mathieu Acthernoene 2017-09-12 00:54:30 +02:00
parent f0bf55376a
commit 9e875049ad
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