cocoapods 1.16.1 → 1.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb3cc8ec80d14ba383719c703ccfd861ce31a684f113452ec3403245a6455b96
4
- data.tar.gz: 1f6276cf9cf207d2521832a9612173ca503dfaff54af9240bf19093fcf8e6b54
3
+ metadata.gz: d43891dba5d58dbff98cd59cfbd5f0d1284769f8e5baca0fff0c2b7c64151d81
4
+ data.tar.gz: c510fb10ec4fa60e82c84893498f36055d9e29cb29af5b6b7b32b8c171663462
5
5
  SHA512:
6
- metadata.gz: ecab8584c86ee357e2b0edcb42d9168745190d4a609f3fce30f7aa5670b7b6df630b901c3baecd00ad246aefd9ea8c20cfb4e97116e19ea543c4e171d72f59e3
7
- data.tar.gz: 1a9c312df1803208e879273fdd18b343738aafa8928ddf0588a14bfaf3dd969b67ff56ed0b8bbfa6290c3af7598b4828ab8faf71f11b1f51a80fe7da66dd5722
6
+ metadata.gz: d619308cbcd85315c71e59674ed3221e8d34bc3f9934bfc6fb90d7e84baad9bcd550a28d434fd573b79d40658e56740e5ee5f8be5e2a208061a7618a8867ea28
7
+ data.tar.gz: 6bdbbaa9c1bfa2073f131171064bf259155234c2bccce36ceecda7d2b2aeedfd194ad8ea76085a2caa0bd9c90ff86256493988e49ee3ebd0099ea04e8ac0ac35
data/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ To install or update CocoaPods see this [guide](https://guides.cocoapods.org/usi
4
4
 
5
5
  To install release candidates run `[sudo] gem install cocoapods --pre`
6
6
 
7
+ ## 1.16.2 (2024-10-31)
8
+
9
+ ##### Enhancements
10
+
11
+ * None.
12
+
13
+ ##### Bug Fixes
14
+
15
+ * Bump min xcodeproj to 1.27.0 to include revert of breaking build setting changes.
16
+ [Eric Amorde](https://github.com/amorde)
17
+ [#12675](https://github.com/CocoaPods/CocoaPods/pull/12675)
18
+
19
+
7
20
  ## 1.16.1 (2024-10-29)
8
21
 
9
22
  ##### Enhancements
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the CocoaPods command line tool.
3
3
  #
4
- VERSION = '1.16.1'.freeze unless defined? Pod::VERSION
4
+ VERSION = '1.16.2'.freeze unless defined? Pod::VERSION
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eloy Duran
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2024-10-29 00:00:00.000000000 Z
14
+ date: 2024-10-31 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: cocoapods-core
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 1.16.1
22
+ version: 1.16.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.16.1
29
+ version: 1.16.2
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: claide
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -187,7 +187,7 @@ dependencies:
187
187
  requirements:
188
188
  - - ">="
189
189
  - !ruby/object:Gem::Version
190
- version: 1.26.0
190
+ version: 1.27.0
191
191
  - - "<"
192
192
  - !ruby/object:Gem::Version
193
193
  version: '2.0'
@@ -197,7 +197,7 @@ dependencies:
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- version: 1.26.0
200
+ version: 1.27.0
201
201
  - - "<"
202
202
  - !ruby/object:Gem::Version
203
203
  version: '2.0'