美文网首页
Podfile格式

Podfile格式

作者: b82e0191c0fe | 来源:发表于2016-09-20 10:42 被阅读114次

platform :ios, '8.0' target "工程名" do pod 'AFNetworking', '~> 3.0' end
快速更新/安装 pod install --verbose --no-repo-update pod update --verbose --no-repo-update

相关文章

网友评论

      本文标题:Podfile格式

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