Podfile 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  2. # Uncomment the next line to define a global platform for your project
  3. platform :ios, '9.0'
  4. target 'RainbowPlanet' do
  5. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  6. inhibit_all_warnings!
  7. use_frameworks!
  8. # 网络请求
  9. pod 'Alamofire'
  10. pod 'Moya/RxSwift'
  11. # Rx
  12. pod 'RxSwift'
  13. pod 'RxCocoa'
  14. # json解析
  15. pod 'SwiftyJSON'
  16. pod 'ObjectMapper'
  17. # 缓存
  18. pod 'Cache'
  19. pod 'FMDB'
  20. # 图片加载
  21. pod 'Kingfisher'
  22. # gif动画
  23. # pod 'Gifu'
  24. # josn动画
  25. pod 'lottie-ios'
  26. # 自动布局
  27. pod 'SnapKit'
  28. # 键盘
  29. pod 'InputBarAccessoryView'
  30. pod 'IQKeyboardManagerSwift'
  31. # 弹框
  32. pod 'MBProgressHUD'
  33. # 下拉刷新
  34. pod 'MJRefresh'
  35. # 设备型号
  36. pod 'DeviceKit'
  37. # 占位图
  38. pod 'LYEmptyView'
  39. # 分段导航栏
  40. pod 'JXSegmentedView'
  41. # 轮播
  42. pod 'FSPagerView'
  43. # 小红点
  44. pod 'PPBadgeViewSwift'
  45. pod 'Bugly'
  46. # 动画效果
  47. # pod 'pop'
  48. # pop动画
  49. pod 'FWPopupView'
  50. # 存储数据Keychain
  51. pod 'KeychainAccess'
  52. # js交互
  53. pod 'WebViewJavascriptBridge'
  54. # 路由
  55. pod 'SwiftyMediator/Routable'
  56. # 上下滚动的Label
  57. pod 'DPScrollNumberLabel'
  58. # 左右Label
  59. pod 'FlickerNumber'
  60. # Label扩展
  61. pod 'YYText'
  62. # 生成二维码
  63. # pod 'EFQRCode'
  64. pod 'ESTabBarController-swift'
  65. # 内存泄露
  66. pod 'MLeaksFinder'
  67. # pod 'FBMemoryProfiler'
  68. #======================第三方平台===========
  69. #======================友盟===========
  70. # UM基础库
  71. pod 'UMCCommon'
  72. pod 'UMCSecurityPlugins'
  73. # 日志库(调试)
  74. pod 'UMCCommonLog'
  75. # 统计 SDK
  76. pod 'UMCAnalytics'
  77. # Push SDK
  78. pod 'UMCPush'
  79. # U-Share SDK UI模块(分享面板,建议添加)
  80. pod 'UMCShare/UI'
  81. # 集成微信(精简版0.2M)
  82. pod 'UMCShare/Social/ReducedWeChat'
  83. # 集成QQ/QZone/TIM(精简版0.5M)
  84. pod 'UMCShare/Social/ReducedQQ'
  85. # 集成新浪微博(精简版1M)
  86. pod 'UMCShare/Social/ReducedSina'
  87. #=====================百度地图===========
  88. # 百度地图定位SDK
  89. pod 'BMKLocationKit', '1.5.0'
  90. # 百度地图SDK
  91. pod 'BaiduMapKit'
  92. #=====================AliyunVideoSDK===========
  93. pod 'AliyunVideoSDKPro'
  94. pod 'QuCore-ThirdParty'
  95. pod 'VODUpload'
  96. pod 'AliyunOSSiOS'
  97. pod 'AlivcConan'
  98. # # 短视频
  99. # pod 'AliyunVideoSDKPro'
  100. # # 上传
  101. # pod 'VODUpload'
  102. # # 播放器
  103. # pod 'AliPlayerSDK_iOS'
  104. pod 'AFNetworking', '~> 3.0'
  105. pod 'JSONModel','~> 1.7.0'
  106. pod 'ZipArchive','1.4.0'
  107. end