Skip to content

Commit c468165

Browse files
committed
Install CocoaPods (1.0.0)
1 parent 19ff82e commit c468165

2 files changed

Lines changed: 31 additions & 27 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "http://rubygems.org"
22
ruby "2.3.1"
33

4-
gem "cocoapods", "~> 0.39.0"
4+
gem "cocoapods", "1.0.0"
55
gem "pry"
66
gem "rake"
77
gem "xcpretty"

Gemfile.lock

Lines changed: 30 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,69 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (4.2.5.2)
4+
activesupport (4.2.6)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
claide (0.9.1)
11-
cocoapods (0.39.0)
10+
claide (1.0.0)
11+
cocoapods (1.0.0)
1212
activesupport (>= 4.0.2)
13-
claide (~> 0.9.1)
14-
cocoapods-core (= 0.39.0)
15-
cocoapods-downloader (~> 0.9.3)
16-
cocoapods-plugins (~> 0.4.2)
17-
cocoapods-search (~> 0.1.0)
18-
cocoapods-stats (~> 0.6.2)
19-
cocoapods-trunk (~> 0.6.4)
20-
cocoapods-try (~> 0.5.1)
13+
claide (>= 1.0.0, < 2.0)
14+
cocoapods-core (= 1.0.0)
15+
cocoapods-deintegrate (>= 1.0.0, < 2.0)
16+
cocoapods-downloader (>= 1.0.0, < 2.0)
17+
cocoapods-plugins (>= 1.0.0, < 2.0)
18+
cocoapods-search (>= 1.0.0, < 2.0)
19+
cocoapods-stats (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.0.0, < 2.0)
21+
cocoapods-try (>= 1.0.0, < 2.0)
2122
colored (~> 1.2)
2223
escape (~> 0.0.4)
23-
molinillo (~> 0.4.0)
24+
fourflusher (~> 0.3.0)
25+
molinillo (~> 0.4.5)
2426
nap (~> 1.0)
25-
xcodeproj (~> 0.28.2)
26-
cocoapods-core (0.39.0)
27+
xcodeproj (>= 1.0.0, < 2.0)
28+
cocoapods-core (1.0.0)
2729
activesupport (>= 4.0.2)
2830
fuzzy_match (~> 2.0.4)
2931
nap (~> 1.0)
30-
cocoapods-downloader (0.9.3)
31-
cocoapods-plugins (0.4.2)
32+
cocoapods-deintegrate (1.0.0)
33+
cocoapods-downloader (1.0.0)
34+
cocoapods-plugins (1.0.0)
3235
nap
33-
cocoapods-search (0.1.0)
34-
cocoapods-stats (0.6.2)
35-
cocoapods-trunk (0.6.4)
36+
cocoapods-search (1.0.0)
37+
cocoapods-stats (1.0.0)
38+
cocoapods-trunk (1.0.0)
3639
nap (>= 0.8, < 2.0)
3740
netrc (= 0.7.8)
38-
cocoapods-try (0.5.1)
41+
cocoapods-try (1.0.0)
3942
coderay (1.1.1)
4043
colored (1.2)
4144
escape (0.0.4)
45+
fourflusher (0.3.1)
4246
fuzzy_match (2.0.4)
4347
i18n (0.7.0)
4448
json (1.8.3)
4549
method_source (0.8.2)
46-
minitest (5.8.4)
47-
molinillo (0.4.4)
50+
minitest (5.9.0)
51+
molinillo (0.4.5)
4852
nap (1.1.0)
4953
netrc (0.7.8)
5054
pry (0.10.3)
5155
coderay (~> 1.1.0)
5256
method_source (~> 0.8.1)
5357
slop (~> 3.4)
54-
rake (10.5.0)
58+
rake (11.1.2)
5559
rouge (1.10.1)
5660
slop (3.6.0)
5761
thread_safe (0.3.5)
5862
tzinfo (1.2.2)
5963
thread_safe (~> 0.1)
60-
xcodeproj (0.28.2)
64+
xcodeproj (1.0.0)
6165
activesupport (>= 3)
62-
claide (~> 0.9.1)
66+
claide (>= 1.0.0, < 2.0)
6367
colored (~> 1.2)
6468
xcpretty (0.2.2)
6569
rouge (~> 1.8)
@@ -68,7 +72,7 @@ PLATFORMS
6872
ruby
6973

7074
DEPENDENCIES
71-
cocoapods (~> 0.39.0)
75+
cocoapods (= 1.0.0)
7276
pry
7377
rake
7478
xcpretty

0 commit comments

Comments
 (0)