Podfile 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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.1'
  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. # 动画效果
  46. # pod 'pop'
  47. # pop动画
  48. pod 'FWPopupView'
  49. # 存储数据Keychain
  50. pod 'KeychainAccess'
  51. # js交互
  52. pod 'WebViewJavascriptBridge'
  53. # 路由
  54. pod 'SwiftyMediator/Routable'
  55. # 上下滚动的Label
  56. pod 'DPScrollNumberLabel'
  57. # 左右Label
  58. pod 'FlickerNumber'
  59. # Label扩展
  60. pod 'YYText'
  61. # 生成二维码
  62. pod 'EFQRCode'
  63. pod 'ESTabBarController-swift'
  64. # 内存泄露
  65. pod 'MLeaksFinder'
  66. # pod 'FBMemoryProfiler'
  67. #======================第三方平台===========
  68. #======================友盟===========
  69. # UM基础库
  70. pod 'UMCCommon'
  71. pod 'UMCSecurityPlugins'
  72. # 日志库(调试)
  73. pod 'UMCCommonLog'
  74. # 统计 SDK
  75. pod 'UMCAnalytics'
  76. # Push SDK
  77. pod 'UMCPush'
  78. # U-Share SDK UI模块(分享面板,建议添加)
  79. pod 'UMCShare/UI'
  80. # 集成微信(精简版0.2M)
  81. pod 'UMCShare/Social/ReducedWeChat'
  82. # 集成QQ/QZone/TIM(精简版0.5M)
  83. pod 'UMCShare/Social/ReducedQQ'
  84. # 集成新浪微博(精简版1M)
  85. pod 'UMCShare/Social/ReducedSina'
  86. #=====================百度地图===========
  87. # 百度地图定位SDK
  88. pod 'BMKLocationKit', '1.5.0'
  89. # 百度地图SDK
  90. pod 'BaiduMapKit'
  91. #=====================AliyunVideoSDK===========
  92. pod 'AliyunVideoSDKPro'
  93. pod 'QuCore-ThirdParty'
  94. pod 'VODUpload'
  95. pod 'AliyunOSSiOS'
  96. pod 'AlivcConan'
  97. # # 短视频
  98. # pod 'AliyunVideoSDKPro'
  99. # # 上传
  100. # pod 'VODUpload'
  101. # # 播放器
  102. # pod 'AliPlayerSDK_iOS'
  103. pod 'AFNetworking', '~> 3.0'
  104. pod 'JSONModel','~> 1.7.0'
  105. pod 'ZipArchive','1.4.0'
  106. end