Podfile 845 B

1234567891011121314151617181920212223242526272829303132333435
  1. platform :ios, '8.0'
  2. inhibit_all_warnings!
  3. target 'HiStudent' do
  4. pod 'MJRefresh'
  5. pod 'AFNetworking', '~> 3.0'
  6. pod 'MBProgressHUD', '~> 1.0.0'
  7. pod 'pop', '~> 1.0'
  8. #pod 'Masonry'
  9. pod 'YTKNetwork'
  10. pod 'SDWebImage', '~>3.7'
  11. pod 'LBXScan/LBXNative','~> 2.3'
  12. pod 'LBXScan/LBXZXing','~> 2.3'
  13. pod 'LBXScan/LBXZBar','~> 2.3'
  14. pod 'LBXScan/UI','~> 2.3'
  15. pod 'JPush'
  16. pod 'WechatOpenSDK'
  17. pod 'UMCCommon'
  18. #pod 'UMCSecurityPlugins'
  19. pod 'UMCAnalytics'
  20. pod 'UMCCommonLog'
  21. # U-Share SDK UI模块(分享面板,建议添加)
  22. pod 'UMCShare/UI'
  23. # 集成微信(精简版0.2M)
  24. pod 'UMCShare/Social/ReducedWeChat'
  25. # 集成QQ/QZone/TIM(精简版0.5M)
  26. pod 'UMCShare/Social/ReducedQQ'
  27. pod 'IQKeyboardManager'
  28. pod 'WebViewJavascriptBridge', '~> 6.0'
  29. pod 'lottie-ios'
  30. pod 'ZFPlayer', '~> 3.0'
  31. pod 'ZFPlayer/ControlView', '~> 3.0'
  32. pod 'ZFPlayer/AVPlayer', '~> 3.0'
  33. end