Remove React dependency

This commit is contained in:
Mathieu Acthernoene 2017-11-23 11:18:51 +01:00 committed by GitHub
parent de51c52a78
commit f379c863c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -14,6 +14,4 @@ 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