podfile 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 'FLAnimatedImage'
  15. pod 'BRPickerView'
  16. pod 'YYModel'
  17. #pod 'WechatOpenSDK'
  18. #pod 'WMZPageController','~> 1.1.4'
  19. pod 'SLBannerView'
  20. pod 'FMDB'
  21. pod 'MJRefresh'
  22. pod 'Masonry'
  23. pod 'Hyphenate'
  24. pod 'TZImagePickerController'
  25. #pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git"
  26. #pod 'YYKit'
  27. pod 'SDCycleScrollView' #banner
  28. pod 'MOFSPickerManager'
  29. pod 'FDFullscreenPopGesture', '1.1'
  30. pod 'SVProgressHUD'
  31. pod 'PGDatePicker'
  32. pod 'JPush' #Installing JCore (2.1.4) Installing JPush (3.2.6)
  33. #pod 'YYWebImage'
  34. #pod 'YYImage/WebP'
  35. pod 'IQKeyboardManager'
  36. pod 'MBProgressHUD'
  37. pod 'FLAnimatedImage'
  38. #pod 'Charts'
  39. #pod 'iOS-Echarts'
  40. pod 'UMCCommon'
  41. pod 'UMCSecurityPlugins'
  42. pod 'UMCShare/Social/WeChat'
  43. pod 'UMCShare/Social/QQ'
  44. pod 'UMCShare/Social/Sina'
  45. end