Skip to content

Commit

Permalink
fix(app, ios): formally note cocoapods v1.10+ requirement in podspec
Browse files Browse the repository at this point in the history
cocoapods has needed a minimum version of 1.10 for quite some time, so this
is not actually a breaking change, the breaking change was before v10 I think,
this just makes it much more obvious with good messaging, versus previous subtle
error behavior
  • Loading branch information
mikehardy committed Apr 5, 2021
1 parent 0e4e331 commit 3c90c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/RNFBApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
s.social_media_url = 'http://twitter.com/invertaseio'
s.ios.deployment_target = "10.0"
s.cocoapods_version = '>= 1.10.0'
s.source_files = "ios/**/*.{h,m}"

# React Native dependencies
Expand Down

1 comment on commit 3c90c59

@vercel
Copy link

@vercel vercel bot commented on 3c90c59 Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.