Podfile 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '11.0'
  3. target 'KulexiuForStudent' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # 忽略引入库的所有警告(强迫症者的福音啊)
  7. inhibit_all_warnings!
  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 'ZKCycleScrollView'
  24. pod 'CHIPageControl'
  25. pod 'TYCyclePagerView'
  26. # 友盟
  27. # pod 'UMCommon'
  28. # pod 'UMDevice'
  29. # pod 'UMAPM'
  30. ## 可选,UI模块(分享面板),由原来的UMCShare/UI变为了UMShare/UI
  31. # pod 'UMShare/UI'
  32. ## 分享SDK 在线依赖其它平台仅支持手动集成[友盟+官网-开发者中心-sdk下载页-sdk下载]
  33. ## pod 'UMShare/Social/WeChat'
  34. # pod 'UMShare/Social/Sina'
  35. # pod 'UMShare/Social/QQ'
  36. pod 'SSZipArchive'
  37. pod 'SocketRocket'
  38. pod 'RongCloudIM/IMLib', '~> 5.3.1'
  39. pod 'RongCloudIM/IMKit', '~> 5.3.1'
  40. pod 'RongCloudIM/Sight', '~> 5.3.1'
  41. pod 'RongCloudRTC/RongRTCLib','~> 5.3.1.2'
  42. pod "iOS-KS3SDK", "~>1.0.5"
  43. # pod "WechatOpenSDK"
  44. pod 'AlipaySDK-iOS'
  45. #lottie 动画库
  46. pod 'lottie-ios', '~> 2.5'
  47. # Pods for KulexiuForStudent
  48. target 'KulexiuForStudentTests' do
  49. inherit! :search_paths
  50. # Pods for testing
  51. end
  52. target 'KulexiuForStudentUITests' do
  53. # Pods for testing
  54. end
  55. end