Merge pull request #147 from rborn/rborn-patch-1

Remove React dependency from the podspec file
This commit is contained in:
Mathieu Acthernoene 2017-11-23 14:53:46 +01:00 committed by GitHub
commit c4764d85d4
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 |s|
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
end