更新Cocoapods版本
sudogem install cocoapods --pre
在创建Podfile的时候,用这种格式:
platform:ios,'8.0'
#use_frameworks!个别需要用到它,比reactiveCocoa
target '工程名' do
pod 'AFNetworking'
end
更新Cocoapods版本
sudogem install cocoapods --pre
在创建Podfile的时候,用这种格式:
platform:ios,'8.0'
#use_frameworks!个别需要用到它,比reactiveCocoa
target '工程名' do
pod 'AFNetworking'
end