Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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