Cocoa pods Podfile最新格式(亲测可行)
2016-08-07 本文已影响39人
xiahua007
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
use_frameworks!
target '项目名' do
pod "AFNetworking"
pod "SDWebImage"
pod "MJExtension"
end
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
use_frameworks!
target '项目名' do
pod "AFNetworking"
pod "SDWebImage"
pod "MJExtension"
end