diff --git a/RNI18n.podspec b/RNI18n.podspec index 2f5483d..c51ad71 100644 --- a/RNI18n.podspec +++ b/RNI18n.podspec @@ -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_files = "ios/**/*.{h,m}" s.requires_arc = true + + s.dependency "React" end