KaSuperMen 2017-03-29
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo}span.s1 {font-variant-ligatures: no-common-ligatures}span.Apple-tab-span {white-space:pre}
/Library/Ruby/Site/2.0.0/rubygems/dependency.rb:308:in to_specs': Could not find 'cocoapods' (>= 0) among 11 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/Users/tiamo/.gem/ruby/2.0.0:/Library/Ruby/Gems/2.0.0:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0', execute
gem envfor more information from /Library/Ruby/Site/2.0.0/rubygems/dependency.rb:320:in
to_spec'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_gem.rb:65:in gem' from /usr/local/bin/pod:22:in
<main>'
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' inhibit_all_warnings! xcodeproj 'test' pod 'AFNetworking', '~> 3.0.0' pod 'SDWebImage', '~> 3.7.6' target :test do end post_install do |installer| installer.pods_project.targets.each do |target| puts #{target.name}
end end