summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock55
2 files changed, 57 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..1b844db
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem 'cocoapods'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..8aaf6df
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,55 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (3.2.13)
+ i18n (= 0.6.1)
+ multi_json (~> 1.0)
+ addressable (2.3.4)
+ claide (0.3.2)
+ cocoapods (0.20.2)
+ activesupport (~> 3.2.13)
+ claide (~> 0.3.2)
+ cocoapods-core (= 0.20.2)
+ cocoapods-downloader (~> 0.1.1)
+ colored (~> 1.2)
+ escape (~> 0.0.4)
+ faraday (~> 0.8.1)
+ json (~> 1.8.0)
+ octokit (~> 1.7)
+ open4 (~> 1.3.0)
+ rake (~> 10.0.0)
+ xcodeproj (~> 0.6.0)
+ cocoapods-core (0.20.2)
+ activesupport (~> 3.2.13)
+ rake (~> 10.0.0)
+ cocoapods-downloader (0.1.1)
+ colored (1.2)
+ escape (0.0.4)
+ faraday (0.8.7)
+ multipart-post (~> 1.1)
+ faraday_middleware (0.9.0)
+ faraday (>= 0.7.4, < 0.9)
+ hashie (2.0.5)
+ i18n (0.6.1)
+ json (1.8.0)
+ multi_json (1.7.6)
+ multipart-post (1.2.0)
+ netrc (0.7.7)
+ octokit (1.24.0)
+ addressable (~> 2.2)
+ faraday (~> 0.8)
+ faraday_middleware (~> 0.9)
+ hashie (~> 2.0)
+ multi_json (~> 1.3)
+ netrc (~> 0.7.7)
+ open4 (1.3.0)
+ rake (10.0.4)
+ xcodeproj (0.6.0)
+ activesupport (~> 3.2.13)
+ colored (~> 1.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ cocoapods