Remove cocoapods dependency

This commit is contained in:
Mathieu Acthernoene 2017-08-27 21:12:31 +02:00
parent 606597ab8b
commit 208ee2192f
1 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
s.source_files = "ios/**/*.{h,m}"
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
end