summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-14 14:33:23 -0600
committermo khan <mo@mokhan.ca>2013-07-14 14:33:23 -0600
commitd2105595f3aff7ecce39b95f64ecc6f9178f6c84 (patch)
tree27309627d8c3dd04ea50c14f0e6ca6ebfe408bf4
parent90d935b9cf6f7d926d73a5097b433e3fa2623460 (diff)
install cocoapods gem
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock38
-rw-r--r--cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstatebin14098 -> 14098 bytes
3 files changed, 40 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..a4bf2a5
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,38 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (3.2.13)
+ i18n (= 0.6.1)
+ multi_json (~> 1.0)
+ claide (0.3.2)
+ cocoapods (0.22.2)
+ activesupport (~> 3.2.13)
+ claide (~> 0.3.2)
+ cocoapods-core (= 0.22.2)
+ cocoapods-downloader (~> 0.1.1)
+ colored (~> 1.2)
+ escape (~> 0.0.4)
+ json (~> 1.8.0)
+ open4 (~> 1.3.0)
+ xcodeproj (~> 0.8.1)
+ cocoapods-core (0.22.2)
+ activesupport (~> 3.2.13)
+ json (~> 1.8.0)
+ nap (~> 0.5.1)
+ cocoapods-downloader (0.1.1)
+ colored (1.2)
+ escape (0.0.4)
+ i18n (0.6.1)
+ json (1.8.0)
+ multi_json (1.7.7)
+ nap (0.5.1)
+ open4 (1.3.0)
+ xcodeproj (0.8.1)
+ activesupport (~> 3.2.13)
+ colored (~> 1.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ cocoapods
diff --git a/cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate b/cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
index 385bee2..853af4f 100644
--- a/cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
+++ b/cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ