基本和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即可。
时间: 2024-10-20 17:05:41