Skip to content

Commit ad1728c

Browse files
committed
Use Gemfile for CocoaPods
1 parent 14ec87a commit ad1728c

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

Gemfile.lock

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.3)
5+
activesupport (5.2.6)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
8+
minitest (~> 5.1)
9+
tzinfo (~> 1.1)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.5)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
15+
atomos (0.1.3)
16+
claide (1.0.3)
17+
cocoapods (1.10.2)
18+
addressable (~> 2.6)
19+
claide (>= 1.0.2, < 2.0)
20+
cocoapods-core (= 1.10.2)
21+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
22+
cocoapods-downloader (>= 1.4.0, < 2.0)
23+
cocoapods-plugins (>= 1.0.0, < 2.0)
24+
cocoapods-search (>= 1.0.0, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
26+
cocoapods-try (>= 1.1.0, < 2.0)
27+
colored2 (~> 3.1)
28+
escape (~> 0.0.4)
29+
fourflusher (>= 2.3.0, < 3.0)
30+
gh_inspector (~> 1.0)
31+
molinillo (~> 0.6.6)
32+
nap (~> 1.0)
33+
ruby-macho (~> 1.4)
34+
xcodeproj (>= 1.19.0, < 2.0)
35+
cocoapods-core (1.10.2)
36+
activesupport (> 5.0, < 6)
37+
addressable (~> 2.6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
40+
fuzzy_match (~> 2.0.4)
41+
nap (~> 1.0)
42+
netrc (~> 0.11)
43+
public_suffix
44+
typhoeus (~> 1.0)
45+
cocoapods-deintegrate (1.0.4)
46+
cocoapods-downloader (1.4.0)
47+
cocoapods-plugins (1.0.0)
48+
nap
49+
cocoapods-search (1.0.0)
50+
cocoapods-trunk (1.5.0)
51+
nap (>= 0.8, < 2.0)
52+
netrc (~> 0.11)
53+
cocoapods-try (1.2.0)
54+
colored2 (3.1.2)
55+
concurrent-ruby (1.1.9)
56+
escape (0.0.4)
57+
ethon (0.14.0)
58+
ffi (>= 1.15.0)
59+
ffi (1.15.3)
60+
fourflusher (2.3.1)
61+
fuzzy_match (2.0.4)
62+
gh_inspector (1.1.3)
63+
httpclient (2.8.3)
64+
i18n (1.8.10)
65+
concurrent-ruby (~> 1.0)
66+
json (2.5.1)
67+
minitest (5.14.4)
68+
molinillo (0.6.6)
69+
nanaimo (0.3.0)
70+
nap (1.1.0)
71+
netrc (0.11.0)
72+
public_suffix (4.0.6)
73+
rexml (3.2.5)
74+
ruby-macho (1.4.0)
75+
thread_safe (0.3.6)
76+
typhoeus (1.4.0)
77+
ethon (>= 0.9.0)
78+
tzinfo (1.2.9)
79+
thread_safe (~> 0.1)
80+
xcodeproj (1.20.0)
81+
CFPropertyList (>= 2.3.3, < 4.0)
82+
atomos (~> 0.1.3)
83+
claide (>= 1.0.2, < 2.0)
84+
colored2 (~> 3.1)
85+
nanaimo (~> 0.3.0)
86+
rexml (~> 3.2.4)
87+
88+
PLATFORMS
89+
x86_64-darwin-20
90+
91+
DEPENDENCIES
92+
cocoapods
93+
94+
BUNDLED WITH
95+
2.2.3

0 commit comments

Comments
 (0)