首页 > 代码库 > CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.

CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.

#ios必须小写

技术分享

注:‘eee‘是工程name

platform :ios, ‘8.0’

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

target‘eee‘do

pod‘MBProgressHUD‘

end

#end结束

CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.