美文网首页
Swift_Podfile文件配置格式

Swift_Podfile文件配置格式

作者: mansionwayh | 来源:发表于2018-08-11 11:14 被阅读184次

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

相关文章

网友评论

      本文标题:Swift_Podfile文件配置格式

      本文链接:https://www.haomeiwen.com/subject/ipzrbftx.html