Swift_Podfile文件配置格式

2018-08-11  本文已影响184人  mansionwayh

swift 使用cocopod配置格式,Mark一下。


图片
# 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 'TestDemo' do

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

end

上一篇 下一篇

猜你喜欢

热点阅读