Remove React dependency from the podspec file

This commit is contained in:
Dan Tamas 2017-11-23 14:12:52 +01:00 committed by GitHub
parent 4b65411152
commit 1b960317a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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