Keep react as a dependency
This commit is contained in:
parent
07ce26963e
commit
4bdc4bf77a
|
@ -14,4 +14,6 @@ Pod::Spec.new do |s|
|
||||||
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
|
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.requires_arc = true
|
||||||
|
|
||||||
|
s.dependency "React"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue