创建Podfile的格式

作者: 年少追梦 | 来源:发表于2016-09-22 23:33 被阅读80次

# Uncomment this line to define a global platform for your project

# platform :ios, '9.0'

target ‘自己工程名' do

# Uncomment this line if you're using Swift or would like to use dynamic frameworks

# use_frameworks!

pod 'MJExtension', '~> 3.0.13'

pod 'SDWebImage', '~> 3.8.2'

# Pods for 自己工程名

end

相关文章

网友评论

    本文标题:创建Podfile的格式

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