首页 > 技术文章 > CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.

jordanYang 2016-11-22 16:32 原文

#ios必须小写

注:'eee'是工程name

platform :ios, '8.0'

#target对应的是项目名do执行开始

target 'eee' do

pod 'MBProgressHUD'

end

#end结束

推荐阅读