Skip to content

Commit

Permalink
Add Gemfile, specifying cocoapods version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed May 9, 2015
1 parent 5b340f0 commit 3895b3a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 0.37.1'
55 changes: 55 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,55 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (0.8.1)
cocoapods (0.37.1)
activesupport (>= 3.2.15)
claide (~> 0.8.1)
cocoapods-core (= 0.37.1)
cocoapods-downloader (~> 0.9.0)
cocoapods-plugins (~> 0.4.2)
cocoapods-trunk (~> 0.6.0)
cocoapods-try (~> 0.4.4)
colored (~> 1.2)
escape (~> 0.0.4)
molinillo (~> 0.2.3)
nap (~> 0.8)
xcodeproj (~> 0.24.1)
cocoapods-core (0.37.1)
activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4)
nap (~> 0.8.0)
cocoapods-downloader (0.9.0)
cocoapods-plugins (0.4.2)
nap
cocoapods-trunk (0.6.0)
nap (>= 0.8)
netrc (= 0.7.8)
cocoapods-try (0.4.4)
colored (1.2)
escape (0.0.4)
fuzzy_match (2.0.4)
i18n (0.7.0)
json (1.8.2)
minitest (5.6.1)
molinillo (0.2.3)
nap (0.8.0)
netrc (0.7.8)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
xcodeproj (0.24.1)
activesupport (>= 3)
colored (~> 1.2)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 0.37.1)

0 comments on commit 3895b3a

Please sign in to comment.