酷店

podfile 406B

12345678910111213141516171819202122232425
  1. platform :ios, ‘8.0’
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. target ‘KuDianProject’ do
  4. pod 'MBProgressHUD'
  5. pod 'CWLateralSlide'
  6. pod 'MiPushSDK'
  7. pod 'SVProgressHUD'
  8. pod 'AFNetworking'
  9. pod 'SDWebImage'
  10. pod 'PYSearch'
  11. pod 'MJRefresh'
  12. pod 'Masonry'
  13. pod 'YYModel'
  14. pod 'Bugly'
  15. pod 'YYCategories'
  16. pod 'YYText'
  17. pod 'YYWebImage'
  18. pod 'UMengAnalytics'
  19. pod 'MJExtension'
  20. pod 'SDCycleScrollView'
  21. end