Podfile 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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', '~> 3.8.2'
  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. # 友盟
  24. pod 'UMCommon'
  25. pod 'UMDevice'
  26. pod 'UMAPM'
  27. pod 'SSZipArchive'
  28. pod 'SocketRocket'
  29. pod 'RongCloudIM/IMLib', '~> 5.2.0'
  30. pod 'RongCloudIM/IMKit', '~> 5.2.0'
  31. pod 'RongCloudIM/Sight', '~> 5.2.0'
  32. pod 'RongCloudRTC/RongRTCLib','~> 5.2.0'
  33. pod 'RongCloudRTC/RongFaceBeautifier','~> 5.2.0'
  34. # Pods for KulexiuForStudent
  35. target 'KulexiuForStudentTests' do
  36. inherit! :search_paths
  37. # Pods for testing
  38. end
  39. target 'KulexiuForStudentUITests' do
  40. # Pods for testing
  41. end
  42. end