From e2cf583c1543bfd2cb98e0127412ee63c943c27b Mon Sep 17 00:00:00 2001 From: Ryan Nevius Date: Thu, 29 Nov 2018 17:48:58 +0700 Subject: [PATCH] Remove obsolete React dependency from podspec. --- A0Auth0.podspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/A0Auth0.podspec b/A0Auth0.podspec index 6aea215a..095cc854 100644 --- a/A0Auth0.podspec +++ b/A0Auth0.podspec @@ -13,7 +13,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/auth0/react-native-auth0.git", :tag => "v#{s.version}" } s.source_files = "ios/*.{h,m}" s.requires_arc = true - - s.dependency "React" end