podfile 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. #source 'https://cdn.cocoapods.org/'
  5. inhibit_all_warnings!
  6. target 'smartRhino' do
  7. # Comment the next line if you don't want to use dynamic frameworks
  8. use_frameworks!
  9. pod 'AFNetworking'
  10. pod 'ZFPlayer'
  11. pod 'ZFPlayer/ControlView'
  12. pod 'ZFPlayer/AVPlayer'
  13. pod 'SDWebImage'
  14. pod 'LZImageBrowser'
  15. pod 'FLAnimatedImage'
  16. pod 'BRPickerView'
  17. pod 'YYModel'
  18. #pod 'WechatOpenSDK'
  19. #pod 'WMZPageController','~> 1.1.4'
  20. pod 'SLBannerView'
  21. pod 'FMDB'
  22. pod 'MJRefresh'
  23. pod 'Masonry'
  24. pod 'Hyphenate'
  25. pod 'TZImagePickerController'
  26. #pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git"
  27. #pod 'YYKit'
  28. pod 'SDCycleScrollView' #banner
  29. pod 'MOFSPickerManager'
  30. pod 'FDFullscreenPopGesture', '1.1'
  31. pod 'SVProgressHUD'
  32. pod 'PGDatePicker'
  33. pod 'JPush' #Installing JCore (2.1.4) Installing JPush (3.2.6)
  34. #pod 'YYWebImage'
  35. #pod 'YYImage/WebP'
  36. pod 'IQKeyboardManager'
  37. pod 'MBProgressHUD'
  38. pod 'FLAnimatedImage'
  39. #pod 'Charts'
  40. #pod 'iOS-Echarts'
  41. pod 'UMCCommon'
  42. pod 'UMCSecurityPlugins'
  43. pod 'UMCShare/Social/WeChat'
  44. pod 'UMCShare/Social/QQ'
  45. pod 'UMCShare/Social/Sina'
  46. end