Skip to content

Commit a5c668c

Browse files
adds gemfile for testing pod spec lint
1 parent 0c789b7 commit a5c668c

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'http://rubygems.org'
2+
3+
gem 'cocoapods', '0.25.0'

Gemfile.lock

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
activesupport (3.2.14)
5+
i18n (~> 0.6, >= 0.6.4)
6+
multi_json (~> 1.0)
7+
claide (0.3.2)
8+
cocoapods (0.25.0)
9+
activesupport (~> 3.0)
10+
claide (~> 0.3.2)
11+
cocoapods-core (= 0.25.0)
12+
cocoapods-downloader (~> 0.2.0)
13+
colored (~> 1.2)
14+
escape (~> 0.0.4)
15+
json (~> 1.8)
16+
open4 (~> 1.3)
17+
xcodeproj (~> 0.11.0)
18+
cocoapods-core (0.25.0)
19+
activesupport (~> 3.0)
20+
json (~> 1.8)
21+
nap (~> 0.5)
22+
cocoapods-downloader (0.2.0)
23+
colored (1.2)
24+
escape (0.0.4)
25+
i18n (0.6.5)
26+
json (1.8.0)
27+
multi_json (1.8.0)
28+
nap (0.5.1)
29+
open4 (1.3.0)
30+
xcodeproj (0.11.1)
31+
activesupport (~> 3.0)
32+
colored (~> 1.2)
33+
34+
PLATFORMS
35+
ruby
36+
37+
DEPENDENCIES
38+
cocoapods (= 0.25.0)

0 commit comments

Comments
 (0)