Skip to content

Commit f9a4073

Browse files
authored
Bump Cocoapods (#17)
1 parent 7776eeb commit f9a4073

File tree

3 files changed

+29
-33
lines changed

3 files changed

+29
-33
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,21 @@ on:
77
pull_request:
88

99
jobs:
10-
# TODO: Uncomment pod-lint once we bump Cococapods.
11-
# We need a release with https://github.com/CocoaPods/CocoaPods/pull/11660
12-
# pod-lint:
13-
# name: Pod Lint
14-
# runs-on: macOS-12
15-
# steps:
16-
# - uses: ruby/setup-ruby@v1
17-
# with:
18-
# ruby-version: '2.7.6'
19-
# - name: Checkout Repo
20-
# uses: actions/checkout@v3
21-
# - name: Bundle Install
22-
# run: bundle install
23-
# - name: Select Xcode Version
24-
# run: sudo xcode-select --switch /Applications/Xcode_14.1.0.app/Contents/Developer
25-
# - name: Lint Podspec
26-
# run: bundle exec pod lib lint --verbose --fail-fast --swift-version=5.7
10+
pod-lint:
11+
name: Pod Lint
12+
runs-on: macOS-12
13+
steps:
14+
- uses: ruby/setup-ruby@v1
15+
with:
16+
ruby-version: '2.7.6'
17+
- name: Checkout Repo
18+
uses: actions/checkout@v3
19+
- name: Bundle Install
20+
run: bundle install
21+
- name: Select Xcode Version
22+
run: sudo xcode-select --switch /Applications/Xcode_14.1.0.app/Contents/Developer
23+
- name: Lint Podspec
24+
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=5.7
2725
spm-14:
2826
name: Build Xcode 14
2927
runs-on: macOS-12

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ruby '2.7.6'
22

33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', '~> 1.11.0'
5+
gem 'cocoapods', '~> 1.12.0'

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.3)
6+
activesupport (7.0.4.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
11+
addressable (2.8.3)
1312
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
1514
httpclient (~> 2.8, >= 2.8.3)
1615
json (>= 1.5.1)
1716
atomos (0.1.3)
1817
claide (1.1.0)
19-
cocoapods (1.11.3)
18+
cocoapods (1.12.0)
2019
addressable (~> 2.8)
2120
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
21+
cocoapods-core (= 1.12.0)
2322
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
23+
cocoapods-downloader (>= 1.6.0, < 2.0)
2524
cocoapods-plugins (>= 1.0.0, < 2.0)
2625
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
26+
cocoapods-trunk (>= 1.6.0, < 2.0)
2827
cocoapods-try (>= 1.1.0, < 2.0)
2928
colored2 (~> 3.1)
3029
escape (~> 0.0.4)
3130
fourflusher (>= 2.3.0, < 3.0)
3231
gh_inspector (~> 1.0)
3332
molinillo (~> 0.8.0)
3433
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
34+
ruby-macho (>= 2.3.0, < 3.0)
3635
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
36+
cocoapods-core (1.12.0)
37+
activesupport (>= 5.0, < 8)
3938
addressable (~> 2.8)
4039
algoliasearch (~> 1.0)
4140
concurrent-ruby (~> 1.1)
@@ -56,7 +55,7 @@ GEM
5655
colored2 (3.1.2)
5756
concurrent-ruby (1.2.2)
5857
escape (0.0.4)
59-
ethon (0.15.0)
58+
ethon (0.16.0)
6059
ffi (>= 1.15.0)
6160
ffi (1.15.5)
6261
fourflusher (2.3.1)
@@ -65,7 +64,7 @@ GEM
6564
httpclient (2.8.3)
6665
i18n (1.12.0)
6766
concurrent-ruby (~> 1.0)
68-
json (2.6.2)
67+
json (2.6.3)
6968
minitest (5.18.0)
7069
molinillo (0.8.0)
7170
nanaimo (0.3.0)
@@ -85,13 +84,12 @@ GEM
8584
colored2 (~> 3.1)
8685
nanaimo (~> 0.3.0)
8786
rexml (~> 3.2.4)
88-
zeitwerk (2.6.7)
8987

9088
PLATFORMS
9189
ruby
9290

9391
DEPENDENCIES
94-
cocoapods (~> 1.11.0)
92+
cocoapods (~> 1.12.0)
9593

9694
RUBY VERSION
9795
ruby 2.7.6p219

0 commit comments

Comments
 (0)