You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
377 B
13 lines
377 B
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in cocoapods-search.gemspec
|
|
gemspec
|
|
|
|
group :development do
|
|
gem 'cocoapods', :git => "https://github.com/CocoaPods/CocoaPods.git", :branch => 'master'
|
|
gem 'cocoapods-core', :git => "https://github.com/CocoaPods/Core.git", :branch => 'master'
|
|
gem 'bacon'
|
|
gem 'mocha-on-bacon'
|
|
gem 'prettybacon'
|
|
end
|
|
|
|
|