diff --git a/RNI18n.podspec b/RNI18n.podspec index c51ad71..2f5483d 100644 --- a/RNI18n.podspec +++ b/RNI18n.podspec @@ -14,6 +14,4 @@ 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