12345678910111213141516171819202122232425 |
- platform :ios, ‘8.0’
- source 'https://github.com/CocoaPods/Specs.git'
- source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
- use_frameworks!
- target ‘MvpGoods’ do
- pod 'FDFullscreenPopGesture'
- pod 'SnapKit'
- pod 'Kingfisher'
- pod 'Alamofire'
- pod 'SwiftyJSON'
- pod 'Moya'
- pod 'ObjectMapper'
- pod 'RxSwift'
- pod 'RxCocoa'
- pod 'RxAtomic'
- pod 'NSObject+Rx'
- pod 'MBProgressHUD'
- pod 'MJExtension'
- pod 'MJRefresh'
- pod 'PYSearch'
- pod 'AlibcTradeSDK'
- pod 'UMengAnalytics'
- end
|