码迷,mamicode.com
首页 > 移动开发 > 详细

iOS开发~Swift与Cocoapods的使用

时间:2015-10-27 17:15:49      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

基本和objec-C操作一致。

配置文件写法:

source ‘https://github.com/CocoaPods/Specs.git‘
platform :ios, ‘8.0‘
use_frameworks!

pod ‘GearRefreshControl‘, ‘~> 0.2‘
pod ‘Alamofire‘, ‘~> 2.0‘
pod ‘SwiftyJSON‘, :git => ‘https://github.com/SwiftyJSON/SwiftyJSON.git‘
pod ‘Kingfisher‘, ‘~> 1.6‘

install即可。

iOS开发~Swift与Cocoapods的使用

标签:

原文地址:http://www.cnblogs.com/kevingod/p/4914370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!