blob: 14b043aabba01faa40aa9c7e71741dcc26c47c7f (
plain)
1
2
3
4
5
6
|
# use 'bundle update' to update to latest gems
source 'https://rubygems.org'
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git'
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git'
gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git'
|