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
本文标题:Cocoa pods Podfile最新格式(亲测可行)
本文链接:https://www.haomeiwen.com/subject/fwmlsttx.html
网友评论