Podfile 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '11.0'
  3. target 'KulexiuForTeacher' do
  4. # 忽略引入库的所有警告(强迫症者的福音啊)
  5. inhibit_all_warnings!
  6. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  7. #use_frameworks!
  8. pod 'MJExtension', '~> 3.3.0'
  9. pod 'AFNetworking', '~> 4.0'
  10. pod 'Masonry', '~> 1.1.0'
  11. pod 'MBProgressHUD', '~> 1.2.0'
  12. pod 'SDWebImage', '~> 5.12.5'
  13. pod 'MJRefresh', '~> 3.1.12'
  14. pod 'IQKeyboardManager'
  15. pod 'Reachability', '~> 3.2'
  16. pod 'JCore', '2.7.1-noidfa'
  17. pod 'JPush', '4.3.0'
  18. pod 'JXCategoryView'
  19. pod 'JXPagingView/Pager'
  20. pod 'Bugly'
  21. pod 'Whiteboard'
  22. pod 'RSKImageCropper'
  23. pod 'TYCyclePagerView'
  24. # 友盟
  25. # pod 'UMCommon'
  26. # pod 'UMDevice'
  27. # pod 'UMAPM'
  28. # # 可选,UI模块(分享面板),由原来的UMCShare/UI变为了UMShare/UI
  29. # pod 'UMShare/UI'
  30. # # 分享SDK 在线依赖其它平台仅支持手动集成[友盟+官网-开发者中心-sdk下载页-sdk下载]
  31. # pod 'UMShare/Social/WeChat'
  32. # pod 'UMShare/Social/Sina'
  33. # pod 'UMShare/Social/QQ'
  34. pod 'SSZipArchive'
  35. pod 'SocketRocket'
  36. pod 'RongCloudIM/IMLib', '~> 5.2.3'
  37. pod 'RongCloudIM/IMKit', '~> 5.2.3'
  38. pod 'RongCloudIM/Sight', '~> 5.2.3'
  39. pod 'RongCloudRTC/RongRTCLib','~> 5.2.3'
  40. pod 'RongCloudRTC/RongFaceBeautifier','~> 5.2.3'
  41. pod "iOS-KS3SDK", "~>1.0.5"
  42. # pod "WechatOpenSDK"
  43. pod 'AlipaySDK-iOS'
  44. #
  45. # Pods for KulexiuForTeacher b
  46. end