Remove React dependency
This commit is contained in:
parent
de51c52a78
commit
f379c863c6
|
@ -14,6 +14,4 @@ Pod::Spec.new do |spec|
|
||||||
|
|
||||||
spec.source = { :git => "https://github.com/react-community/react-native-languages.git" }
|
spec.source = { :git => "https://github.com/react-community/react-native-languages.git" }
|
||||||
spec.source_files = "ios/**/*.{h,m}"
|
spec.source_files = "ios/**/*.{h,m}"
|
||||||
|
|
||||||
spec.dependency "React"
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue