Podfile 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. platform :ios, '10.0'
  2. target 'YouQi' do
  3. use_frameworks!
  4. pod 'CL_ShanYanSDK'
  5. pod 'WechatOpenSDK'
  6. pod 'AliyunOSSiOS'
  7. pod 'MBProgressHUD'
  8. pod 'EmptyDataSet-Swift'
  9. pod 'UMCCommon'
  10. pod 'UMCPush'
  11. pod 'UMCSecurityPlugins'
  12. pod 'ESTabBarController-swift'
  13. pod 'ExpandableLabel'
  14. pod 'SKPhotoBrowser'
  15. pod 'TZImagePickerController'
  16. pod 'TZImagePreviewController'
  17. pod 'JXSegmentedView'
  18. pod 'JXPagingView/Paging'
  19. pod 'RongCloudIM/IMLib'
  20. pod 'RongCloudIM/IMKit'
  21. pod 'lottie-ios'
  22. #语音房
  23. # 压缩
  24. pod 'AvoidCrash'
  25. pod 'SSZipArchive'
  26. pod 'SZTextView', '1.1.5'
  27. # LinkedME
  28. pod 'LinkedME_LinkPage'
  29. #网络&数据&layout
  30. pod 'AFNetworking'
  31. pod 'WCDB'
  32. pod 'Masonry'
  33. #svga & gif
  34. pod 'SVGAPlayer'
  35. pod 'FLAnimatedImage'
  36. pod 'SDWebImage/GIF'
  37. #image
  38. pod 'Qiniu'
  39. #alert
  40. pod 'TYAlertController'
  41. # MVVM
  42. pod 'libextobjc', ' ~> 0.4'
  43. # pod 'ReactiveViewModel', '0.1.1'
  44. pod 'ReactiveObjC'
  45. #hud
  46. # pod 'MBProgressHUD', '~> 0.8'
  47. #YYKit
  48. pod 'YYModel'
  49. pod 'YYImage'
  50. pod 'YYWebImage'
  51. pod 'YYText', '~> 1.0.7'
  52. pod 'YYCache', '~> 1.0.4'
  53. pod 'YYCategories'
  54. #云信依赖
  55. pod 'SDWebImage', '~> 4.2.3'
  56. pod 'Toast', '~> 3.1.0'
  57. pod 'M80AttributedLabel', '~> 1.6.3'
  58. #云信
  59. pod 'NIMSDK_LITE', '~> 5.0.1'
  60. #声网
  61. pod 'AgoraRtcEngine_iOS'
  62. #iap
  63. # pod 'IAPHelper'
  64. #下拉刷新
  65. pod 'MJRefresh'
  66. #keyboard
  67. pod 'IQKeyboardManager'
  68. # 腾讯BUG管理
  69. pod 'Bugly'
  70. #动画
  71. pod 'pop', '~> 1.0.10'
  72. # pod 'JPush'
  73. pod 'VerifyCode'
  74. pod 'SocketRocket'
  75. end