Skip to content

Commit bf35ada

Browse files
authored
Merge pull request #12 from contentful-labs/develop
Fix Podspec
2 parents ee51fee + adcd5a7 commit bf35ada

File tree

3 files changed

+62
-56
lines changed

3 files changed

+62
-56
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5.2

ContentfulRichTextRenderer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010

1111
spec.license = { :type => "MIT", :file => "LICENSE" }
1212

13-
spec.source = { :git => "https://github.com/contentful-labs/rich-text-renderer.swift", :tag => spec.version.to_s }
13+
spec.source = { :git => "https://github.com/contentful-labs/rich-text-renderer.swift.git", :tag => spec.version.to_s }
1414

1515
spec.requires_arc = true
1616

Gemfile.lock

Lines changed: 60 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,125 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
5-
activesupport (4.2.10)
4+
CFPropertyList (3.0.2)
5+
activesupport (4.2.11.3)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
algoliasearch (1.27.3)
11+
httpclient (~> 2.8, >= 2.8.3)
12+
json (>= 1.5.1)
1013
atomos (0.1.3)
11-
claide (1.0.2)
12-
clamp (0.6.5)
13-
cocoapods (1.6.0.beta.2)
14+
claide (1.0.3)
15+
clamp (1.3.2)
16+
cocoapods (1.9.3)
1417
activesupport (>= 4.0.2, < 5)
1518
claide (>= 1.0.2, < 2.0)
16-
cocoapods-core (= 1.6.0.beta.2)
17-
cocoapods-deintegrate (>= 1.0.2, < 2.0)
19+
cocoapods-core (= 1.9.3)
20+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
1821
cocoapods-downloader (>= 1.2.2, < 2.0)
1922
cocoapods-plugins (>= 1.0.0, < 2.0)
2023
cocoapods-search (>= 1.0.0, < 2.0)
2124
cocoapods-stats (>= 1.0.0, < 2.0)
22-
cocoapods-trunk (>= 1.3.1, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
2326
cocoapods-try (>= 1.1.0, < 2.0)
2427
colored2 (~> 3.1)
2528
escape (~> 0.0.4)
26-
fourflusher (~> 2.0.1)
29+
fourflusher (>= 2.3.0, < 3.0)
2730
gh_inspector (~> 1.0)
2831
molinillo (~> 0.6.6)
2932
nap (~> 1.0)
30-
ruby-macho (~> 1.3, >= 1.3.1)
31-
xcodeproj (>= 1.7.0, < 2.0)
32-
cocoapods-core (1.6.0.beta.2)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.14.0, < 2.0)
35+
cocoapods-core (1.9.3)
3336
activesupport (>= 4.0.2, < 6)
37+
algoliasearch (~> 1.0)
38+
concurrent-ruby (~> 1.1)
3439
fuzzy_match (~> 2.0.4)
3540
nap (~> 1.0)
36-
cocoapods-deintegrate (1.0.2)
37-
cocoapods-downloader (1.2.2)
41+
netrc (~> 0.11)
42+
typhoeus (~> 1.0)
43+
cocoapods-deintegrate (1.0.4)
44+
cocoapods-downloader (1.4.0)
3845
cocoapods-plugins (1.0.0)
3946
nap
4047
cocoapods-search (1.0.0)
41-
cocoapods-stats (1.0.0)
42-
cocoapods-trunk (1.3.1)
48+
cocoapods-stats (1.1.0)
49+
cocoapods-trunk (1.5.0)
4350
nap (>= 0.8, < 2.0)
4451
netrc (~> 0.11)
45-
cocoapods-try (1.1.0)
52+
cocoapods-try (1.2.0)
4653
colored2 (3.1.2)
47-
concurrent-ruby (1.1.2)
48-
dotenv (2.5.0)
54+
concurrent-ruby (1.1.7)
55+
dotenv (2.7.6)
4956
escape (0.0.4)
50-
ffi (1.9.25)
51-
fourflusher (2.0.1)
57+
ethon (0.12.0)
58+
ffi (>= 1.3.0)
59+
ffi (1.13.1)
60+
fourflusher (2.3.1)
5261
fuzzy_match (2.0.4)
5362
gh_inspector (1.1.3)
63+
httpclient (2.8.3)
5464
i18n (0.9.5)
5565
concurrent-ruby (~> 1.0)
56-
jazzy (0.9.4)
57-
cocoapods (~> 1.0)
58-
mustache (~> 0.99)
66+
jazzy (0.13.5)
67+
cocoapods (~> 1.5)
68+
mustache (~> 1.1)
5969
open4
60-
redcarpet (~> 3.2)
70+
redcarpet (~> 3.4)
6171
rouge (>= 2.0.6, < 4.0)
62-
sass (~> 3.4)
72+
sassc (~> 2.1)
6373
sqlite3 (~> 1.3)
6474
xcinvoke (~> 0.3.0)
75+
json (2.3.1)
6576
liferaft (0.0.6)
66-
mini_portile2 (2.3.0)
67-
minitest (5.11.3)
77+
mini_portile2 (2.4.0)
78+
minitest (5.14.1)
6879
molinillo (0.6.6)
69-
mustache (0.99.8)
70-
nanaimo (0.2.6)
80+
mustache (1.1.1)
81+
nanaimo (0.3.0)
7182
nap (1.1.0)
7283
netrc (0.11.0)
73-
nokogiri (1.8.5)
74-
mini_portile2 (~> 2.3.0)
84+
nokogiri (1.10.10)
85+
mini_portile2 (~> 2.4.0)
7586
open4 (1.3.4)
76-
rb-fsevent (0.10.3)
77-
rb-inotify (0.9.10)
78-
ffi (>= 0.5.0, < 2)
79-
redcarpet (3.4.0)
87+
redcarpet (3.5.0)
8088
rouge (2.0.7)
81-
ruby-macho (1.3.1)
82-
sass (3.6.0)
83-
sass-listen (~> 4.0.0)
84-
sass-listen (4.0.0)
85-
rb-fsevent (~> 0.9, >= 0.9.4)
86-
rb-inotify (~> 0.9, >= 0.9.7)
87-
slather (2.4.6)
88-
CFPropertyList (~> 2.2)
89-
activesupport (>= 4.0.2)
90-
clamp (~> 0.6)
91-
nokogiri (~> 1.8.2)
92-
xcodeproj (~> 1.4)
93-
sqlite3 (1.3.13)
89+
ruby-macho (1.4.0)
90+
sassc (2.4.0)
91+
ffi (~> 1.9)
92+
slather (2.5.0)
93+
CFPropertyList (>= 2.2, < 4)
94+
activesupport
95+
clamp (~> 1.3)
96+
nokogiri (~> 1.8)
97+
xcodeproj (~> 1.7)
98+
sqlite3 (1.4.2)
9499
thread_safe (0.3.6)
95-
tzinfo (1.2.5)
100+
typhoeus (1.4.0)
101+
ethon (>= 0.9.0)
102+
tzinfo (1.2.7)
96103
thread_safe (~> 0.1)
97104
xcinvoke (0.3.0)
98105
liferaft (~> 0.0.6)
99-
xcodeproj (1.7.0)
106+
xcodeproj (1.18.0)
100107
CFPropertyList (>= 2.3.3, < 4.0)
101108
atomos (~> 0.1.3)
102109
claide (>= 1.0.2, < 2.0)
103110
colored2 (~> 3.1)
104-
nanaimo (~> 0.2.6)
111+
nanaimo (~> 0.3.0)
105112
xcpretty (0.3.0)
106113
rouge (~> 2.0.7)
107114

108115
PLATFORMS
109116
ruby
110117

111118
DEPENDENCIES
112-
cocoapods (~> 1.6.0.beta2)
113119
dotenv
114120
jazzy
115121
slather (~> 2.4)
116122
xcpretty
117123

118124
BUNDLED WITH
119-
1.16.2
125+
2.0.2

0 commit comments

Comments
 (0)