酷店

podfile 467B

123456789101112131415161718192021222324252627282930
  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 'FORScrollViewEmptyAssistant'
  21. pod 'IQKeyboardManager'
  22. pod 'SDCycleScrollView'
  23. end