mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-04-29 18:05:42 +08:00
[Gemfile] Use dependencies directly from gemspec.
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -1,12 +1,6 @@
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "colored"
|
||||
gem "escape"
|
||||
gem "json"
|
||||
gem "open4"
|
||||
|
||||
gem "faraday", ">= 0.8.1"
|
||||
gem "octokit"
|
||||
gemspec
|
||||
|
||||
group :development do
|
||||
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git", :branch => "develop"
|
||||
|
||||
20
Gemfile.lock
20
Gemfile.lock
@@ -5,6 +5,19 @@ GIT
|
||||
specs:
|
||||
xcodeproj (0.2.0.rc2)
|
||||
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
cocoapods (0.6.0.rc2)
|
||||
colored (~> 1.2)
|
||||
escape (~> 0.0.4)
|
||||
faraday (~> 0.8.1)
|
||||
json (~> 1.7.3)
|
||||
octokit (~> 1.7.0)
|
||||
open4 (~> 1.3.0)
|
||||
rake (~> 0.9.0)
|
||||
xcodeproj (~> 0.2.0.rc1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
@@ -59,15 +72,10 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
awesome_print
|
||||
bacon
|
||||
colored
|
||||
escape
|
||||
faraday (>= 0.8.1)
|
||||
cocoapods!
|
||||
github-markup
|
||||
json
|
||||
kicker
|
||||
mocha-on-bacon
|
||||
octokit
|
||||
open4
|
||||
pry
|
||||
rake
|
||||
rb-fsevent
|
||||
|
||||
Reference in New Issue
Block a user