Gemfile 288 B

123456
  1. # use 'bundle update' to update to latest gems
  2. source 'https://rubygems.org'
  3. gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git'
  4. gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git'
  5. gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git'