podfile 1.0 KB

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