iOS开发~Swift与Cocoapods的使用

基本和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即可。

posted on 2015-10-27 15:25  kevingod  阅读(244)  评论(0编辑  收藏  举报

导航