From f379c863c6b134a54cf4be18ea089ad581fcaee6 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 23 Nov 2017 11:18:51 +0100 Subject: [PATCH] Remove React dependency --- ReactNativeLanguages.podspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReactNativeLanguages.podspec b/ReactNativeLanguages.podspec index d89b01f..f2a722c 100644 --- a/ReactNativeLanguages.podspec +++ b/ReactNativeLanguages.podspec @@ -14,6 +14,4 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/react-community/react-native-languages.git" } spec.source_files = "ios/**/*.{h,m}" - - spec.dependency "React" end