Commit d210559

mo khan <mo@mokhan.ca>
2013-07-14 20:33:23
install cocoapods gem
1 parent 90d935b
Changed files (3)
cakeside-ios.xcodeproj
project.xcworkspace
xcuserdata
cakeside-ios.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary file
Gemfile
@@ -0,0 +1,2 @@
+source "https://rubygems.org"
+gem 'cocoapods'
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