Podfile 1016 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  2. platform :ios, ’9.0’
  3. inhibit_all_warnings!
  4. def pods
  5. pod 'AFNetworking', '~> 3.1.0'
  6. pod 'MJExtension'
  7. pod 'MJRefresh'
  8. pod 'SDWebImage', '~> 4.0.0-beta2’
  9. pod 'LGAlertView', '~> 2.4.0'
  10. pod 'MBProgressHUD'
  11. pod 'DCRoundSwitch'
  12. pod 'MarqueeLabel', '~> 2.5.0'
  13. pod 'NJKWebViewProgress', '~> 0.2.3'
  14. pod 'FMDB'
  15. #融云
  16. #pod 'RongCloudIMKit', '~> 2.7.3'
  17. pod 'SVProgressHUD'
  18. pod 'WebViewJavascriptBridge'
  19. #友盟统计
  20. pod 'UMengAnalytics-NO-IDFA'
  21. pod 'ZFPlayer', '~> 3.2.11'
  22. pod 'ZFPlayer/ControlView', '~> 3.2.11'
  23. pod 'ZFPlayer/AVPlayer', '~> 3.2.11'
  24. #pod 'ZFPlayer'
  25. #pod 'ZFPlayer/ControlView'
  26. pod "Qiniu", "~> 7.1"
  27. #腾讯bugly
  28. pod 'Bugly'
  29. #网易七鱼
  30. pod 'QY_iOS_SDK', '~> 6.5.0'
  31. #压缩解压
  32. pod 'SSZipArchive'
  33. pod 'Masonry'
  34. pod 'ReactiveCocoa','~>2.1.8'
  35. #YYKit
  36. pod 'YYKit'
  37. pod 'FLAnimatedImage', '~> 1.0'
  38. pod 'BetterSegmentedControl', '1.0'
  39. end
  40. target 'xingchuangke' do
  41. pods
  42. end