dkahgld

podfile 499B

1234567891011121314151617181920212223242526
  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. target ‘ZBProject’ do
  5. pod 'MBProgressHUD'
  6. pod 'AlibcTradeSDK'
  7. pod 'MiPushSDK'
  8. pod 'SVProgressHUD'
  9. pod 'AFNetworking'
  10. pod 'SDWebImage'
  11. pod 'PYSearch'
  12. pod 'MJRefresh'
  13. pod 'Masonry'
  14. pod 'YYModel'
  15. pod 'Bugly'
  16. pod 'FMDB'
  17. pod 'YYCategories'
  18. pod 'YYText'
  19. pod 'YYWebImage'
  20. pod 'UMengAnalytics'
  21. pod 'MJExtension'
  22. pod 'AAChartKit'
  23. pod 'SDCycleScrollView'
  24. end