第三方插件
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'DYWX' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for DYWX
pod 'Alamofire' # 4.x
pod 'SnapKit'
pod 'Kingfisher'
pod 'Moya'
pod 'Moya-SwiftyJSONMapper'
pod 'IQKeyboardManagerSwift'
pod 'ESPullToRefresh'
pod 'ObjectMapper', '~> 3.3'
# 轮播图
pod 'SBCycleScrollView','~> 0.0.8'
pod 'RxSwift'
pod 'RxCocoa'
end
@_exported import Alamofire
@_exported import SwiftyJSON
@_exported import KakaJSON
插件文档
来源:oschina
链接:https://my.oschina.net/wwyywg/blog/4776615