Skip to content

Commit 3c90c59

Browse files
committed
fix(app, ios): formally note cocoapods v1.10+ requirement in podspec
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
1 parent 0e4e331 commit 3c90c59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/app/RNFBApp.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/invertase/react-native-firebase.git", :tag => "v#{s.version}" }
1717
s.social_media_url = 'http://twitter.com/invertaseio'
1818
s.ios.deployment_target = "10.0"
19+
s.cocoapods_version = '>= 1.10.0'
1920
s.source_files = "ios/**/*.{h,m}"
2021

2122
# React Native dependencies

0 commit comments

Comments
 (0)