第四篇、Swift_Podfile文件配置格式

 

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

target 'DYZB' do

pod 'Alamofire', '~> 4.0.1'
pod 'Kingfisher', '~> 3.1.1'

end

 

posted on 2016-12-01 14:30  久冬不雨  阅读(271)  评论(0编辑  收藏  举报