Skip to content

Commit

Permalink
Require official 1.4.0 for min CocoaPods version (firebase#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 16, 2018
1 parent 7cddb97 commit ef55eef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '10.0'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down
2 changes: 1 addition & 1 deletion FirebaseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '10.0'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down
2 changes: 1 addition & 1 deletion FirebaseDatabase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '10.0'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down
2 changes: 1 addition & 1 deletion FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,

s.ios.deployment_target = '7.0'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ device, and it is completely free.
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.10'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down
2 changes: 1 addition & 1 deletion FirebaseStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Firebase Storage provides robust, secure file uploads and downloads from Firebas
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '10.0'

s.cocoapods_version = '>= 1.4.0.beta.2'
s.cocoapods_version = '>= 1.4.0'
s.static_framework = true
s.prefix_header_file = false

Expand Down

0 comments on commit ef55eef

Please sign in to comment.