Podfile 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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', '~> 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. #
  34. # Pods for KulexiuForTeacher
  35. end