Remove cocoapods dependency
This commit is contained in:
parent
606597ab8b
commit
208ee2192f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue