美文网首页
10.11CocoaPods

10.11CocoaPods

作者: bigyuan | 来源:发表于2015-11-18 23:10 被阅读30次

安装:

10.11 cocoapods安装命令: 安装 sudo gem install -n /usr/local/bin cocoa pods

使用:

cd到项目目录

touch  Podfile

open Podfile

格式 pod Search第三方框架直接拷贝

pod 'Reachability', '3.1.0'

platform:ios, '6.0'

pod 'JSONKit','1.4'

pod 'AFNetworking', '~> 2.3.1'

如果已经有了,需要更新的

pod update

如果新项目

pod install

相关文章

  • 10.11CocoaPods

    安装: 10.11 cocoapods安装命令: 安装 sudo gem install -n /usr/loca...

网友评论

      本文标题:10.11CocoaPods

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