Skip to content

Commit 353c656

Browse files
author
Guido Marucci Blas
committed
Adds cocoapods to the Gemfile.
1 parent bfd3add commit 353c656

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
22

3+
gem 'cocoapods'
34
gem 'xcpretty'
45
gem 'coveralls-gcov'

Gemfile.lock

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
activesupport (4.2.5)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (0.9.1)
11+
cocoapods (0.39.0)
12+
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)
21+
colored (~> 1.2)
22+
escape (~> 0.0.4)
23+
molinillo (~> 0.4.0)
24+
nap (~> 1.0)
25+
xcodeproj (~> 0.28.2)
26+
cocoapods-core (0.39.0)
27+
activesupport (>= 4.0.2)
28+
fuzzy_match (~> 2.0.4)
29+
nap (~> 1.0)
30+
cocoapods-downloader (0.9.3)
31+
cocoapods-plugins (0.4.2)
32+
nap
33+
cocoapods-search (0.1.0)
34+
cocoapods-stats (0.6.2)
35+
cocoapods-trunk (0.6.4)
36+
nap (>= 0.8, < 2.0)
37+
netrc (= 0.7.8)
38+
cocoapods-try (0.5.1)
39+
colored (1.2)
440
commander (4.3.4)
541
highline (~> 1.7.2)
642
coveralls-gcov (0.1.2)
743
commander
44+
escape (0.0.4)
45+
fuzzy_match (2.0.4)
846
highline (1.7.2)
47+
i18n (0.7.0)
48+
json (1.8.3)
49+
minitest (5.8.3)
50+
molinillo (0.4.0)
51+
nap (1.0.0)
52+
netrc (0.7.8)
53+
thread_safe (0.3.5)
54+
tzinfo (1.2.2)
55+
thread_safe (~> 0.1)
56+
xcodeproj (0.28.2)
57+
activesupport (>= 3)
58+
claide (~> 0.9.1)
59+
colored (~> 1.2)
960
xcpretty (0.1.10)
1061

1162
PLATFORMS
1263
ruby
1364

1465
DEPENDENCIES
66+
cocoapods
1567
coveralls-gcov
1668
xcpretty
69+
70+
BUNDLED WITH
71+
1.10.6

0 commit comments

Comments
 (0)