Podfile 1.2 KB

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