Skip to content

Commit

Permalink
fix(ios, app): minimum cocoapods version is 1.10.2, not just 1.10.0
Browse files Browse the repository at this point in the history
This matches underlying firebase-ios-sdk v8.8.0 requirement
  • Loading branch information
mikehardy committed Oct 3, 2021
1 parent 27d8ad8 commit 914e447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/RNFBApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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.cocoapods_version = '>= 1.10.2'
s.source_files = "ios/**/*.{h,m}"

# React Native dependencies
Expand Down

0 comments on commit 914e447

Please sign in to comment.