钱多重写的一版

Podfile 626B

123456789101112131415161718192021222324252627
  1. platform :ios, ‘8.0’
  2. target ‘MMProject’ do
  3. pod 'YYCategories'
  4. pod 'MBProgressHUD'
  5. pod 'AFNetworking'
  6. pod 'SDWebImage', '3.7.3',:inhibit_warnings => true
  7. pod 'MJRefresh',:inhibit_warnings => true
  8. pod 'Masonry'
  9. pod 'YYModel',:inhibit_warnings => true
  10. pod 'FMDB'
  11. pod 'IQKeyboardManager'
  12. pod 'Bugly'
  13. pod 'UMengAnalytics'
  14. pod 'UMengUShare/Social/WeChat'
  15. pod 'UMengUShare/Social/QQ'
  16. pod 'UMengUShare/UI'
  17. pod 'PGDatePicker', '1.5.12',:inhibit_warnings => true
  18. pod 'PGPickerView', '1.3.3',:inhibit_warnings => true
  19. pod 'MJExtension'
  20. pod 'BlocksKit'
  21. pod 'ReactiveCocoa','2.4.7'
  22. pod 'XHLaunchAd'
  23. #pod 'Bytedance-UnionAD'
  24. end