Skip to content

Commit 233f595

Browse files
Merge pull request #48 from contentful/update
Update cocoapods version number
2 parents 90ff847 + deafe89 commit 233f595

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

ContentfulRichTextRenderer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.requires_arc = true
1616

1717
spec.swift_version = "5.2"
18-
spec.ios.deployment_target = "10.0"
18+
spec.ios.deployment_target = "11.0"
1919

2020
spec.source_files = "Sources/RichTextRenderer/**/*.swift"
2121

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem 'xcpretty'
44
gem 'slather', '~> 2.4'
55
gem 'jazzy'
66
gem 'dotenv'
7+
gem 'cocoapods'

Gemfile.lock

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.2)
6+
activesupport (7.0.4.2)
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)
1211
addressable (2.8.1)
1312
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
@@ -17,26 +16,26 @@ GEM
1716
atomos (0.1.3)
1817
claide (1.1.0)
1918
clamp (1.3.2)
20-
cocoapods (1.11.3)
19+
cocoapods (1.12.0)
2120
addressable (~> 2.8)
2221
claide (>= 1.0.2, < 2.0)
23-
cocoapods-core (= 1.11.3)
22+
cocoapods-core (= 1.12.0)
2423
cocoapods-deintegrate (>= 1.0.3, < 2.0)
25-
cocoapods-downloader (>= 1.4.0, < 2.0)
24+
cocoapods-downloader (>= 1.6.0, < 2.0)
2625
cocoapods-plugins (>= 1.0.0, < 2.0)
2726
cocoapods-search (>= 1.0.0, < 2.0)
28-
cocoapods-trunk (>= 1.4.0, < 2.0)
27+
cocoapods-trunk (>= 1.6.0, < 2.0)
2928
cocoapods-try (>= 1.1.0, < 2.0)
3029
colored2 (~> 3.1)
3130
escape (~> 0.0.4)
3231
fourflusher (>= 2.3.0, < 3.0)
3332
gh_inspector (~> 1.0)
3433
molinillo (~> 0.8.0)
3534
nap (~> 1.0)
36-
ruby-macho (>= 1.0, < 3.0)
35+
ruby-macho (>= 2.3.0, < 3.0)
3736
xcodeproj (>= 1.21.0, < 2.0)
38-
cocoapods-core (1.11.3)
39-
activesupport (>= 5.0, < 7)
37+
cocoapods-core (1.12.0)
38+
activesupport (>= 5.0, < 8)
4039
addressable (~> 2.8)
4140
algoliasearch (~> 1.0)
4241
concurrent-ruby (~> 1.1)
@@ -55,7 +54,7 @@ GEM
5554
netrc (~> 0.11)
5655
cocoapods-try (1.2.0)
5756
colored2 (3.1.2)
58-
concurrent-ruby (1.2.0)
57+
concurrent-ruby (1.2.2)
5958
dotenv (2.8.1)
6059
escape (0.0.4)
6160
ethon (0.16.0)
@@ -79,7 +78,7 @@ GEM
7978
xcinvoke (~> 0.3.0)
8079
json (2.6.3)
8180
liferaft (0.0.6)
82-
minitest (5.17.0)
81+
minitest (5.18.0)
8382
molinillo (0.8.0)
8483
mustache (1.1.1)
8584
nanaimo (0.3.0)
@@ -118,12 +117,12 @@ GEM
118117
rexml (~> 3.2.4)
119118
xcpretty (0.3.0)
120119
rouge (~> 2.0.7)
121-
zeitwerk (2.6.7)
122120

123121
PLATFORMS
124122
arm64-darwin-21
125123

126124
DEPENDENCIES
125+
cocoapods
127126
dotenv
128127
jazzy
129128
slather (~> 2.4)

0 commit comments

Comments
 (0)