Skip to content

Commit

Permalink
Remove obsolete React dependency from podspec. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnevius authored and cocojoe committed Jan 16, 2019
1 parent e49d57e commit 359bc9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions A0Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 359bc9b

Please sign in to comment.