From 1b960317a39e6e74e378ae5718338fde37f88757 Mon Sep 17 00:00:00 2001 From: Dan Tamas Date: Thu, 23 Nov 2017 14:12:52 +0100 Subject: [PATCH] Remove React dependency from the podspec file --- RNI18n.podspec | 2 -- 1 file changed, 2 deletions(-) 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