优惠券swift版马甲包

Podfile 485B

12345678910111213141516171819202122232425
  1. platform :ios, ‘8.0’
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
  4. use_frameworks!
  5. target ‘MvpGoods’ do
  6. pod 'FDFullscreenPopGesture'
  7. pod 'SnapKit'
  8. pod 'Kingfisher'
  9. pod 'Alamofire'
  10. pod 'SwiftyJSON'
  11. pod 'Moya'
  12. pod 'ObjectMapper'
  13. pod 'RxSwift'
  14. pod 'RxCocoa'
  15. pod 'RxAtomic'
  16. pod 'NSObject+Rx'
  17. pod 'MBProgressHUD'
  18. pod 'MJExtension'
  19. pod 'MJRefresh'
  20. pod 'PYSearch'
  21. pod 'AlibcTradeSDK'
  22. pod 'UMengAnalytics'
  23. end