Skip to content

Commit

Permalink
Merge pull request #2 from ncooke3/nc/add-cocoapods-version-req
Browse files Browse the repository at this point in the history
Add a cocoapods_version requirement
  • Loading branch information
ykjchen authored Jan 29, 2024
2 parents d992d4d + 7919b9f commit 00a45ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PromisesObjC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Pod::Spec.new do |s|
Objective-C to facilitate writing asynchronous code.
DESC

# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
# bundle for the privacy manifest.
s.cocoapods_version = '>= 1.12.0'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
Expand Down
4 changes: 4 additions & 0 deletions PromisesSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Pod::Spec.new do |s|
Swift to facilitate writing asynchronous code.
DESC

# Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource
# bundle for the privacy manifest.
s.cocoapods_version = '>= 1.12.0'

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 00a45ec

Please sign in to comment.