Podfile 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. platform :ios, '9.0'
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  4. inhibit_all_warnings!
  5. #多个target共用一套pod的写法,项目中不能有名字为CommonPods,防止冲突;
  6. abstract_target 'CommonPods' do
  7. ######### YYKit ###############
  8. #pod 'YYKit' , '1.0.9'
  9. # YYKit 的一套分类
  10. pod 'YYCategories' , '1.0.4'
  11. # 富文本
  12. # pod 'YYText' , '1.0.7'
  13. # 字典转模型
  14. pod 'YYModel' , '1.0.4'
  15. # YYImage
  16. # pod 'YYImage' , '1.0.4'
  17. pod 'YYImage', :git => 'https://github.com/QiuYeHong90/YYImage.git'
  18. # webP
  19. # pod 'YYImage/WebP'
  20. # 高性能的 iOS 缓存框架
  21. # pod 'YYCache' , '1.0.4'
  22. # 高性能的 iOS 异步图像加载框架。
  23. # pod 'YYWebImage'
  24. # iOS 键盘监听管理工具
  25. #pod 'YYKeyboardManager' , '1.0.1'
  26. # iOS 全局并发队列管理工具
  27. #pod 'YYDispatchQueuePool' , '1.0'
  28. # iOS 异步绘制与显示的工具
  29. #pod 'YYAsyncLayer' , '1.0'
  30. # AutoLayout
  31. pod 'Masonry' , '~> 1.1.0'
  32. # 缓存tableViewCell的高度
  33. pod 'UITableView+FDTemplateLayoutCell' , '~> 1.6'
  34. # 侧滑手势
  35. pod 'FDFullscreenPopGesture' , '~> 1.1'
  36. # 字典转模型 该项目使用YYModel
  37. pod 'MJExtension' , '~> 3.2.2'
  38. pod 'MJRefresh' , '~> 3.4.3'
  39. # 加密
  40. #pod 'CocoaSecurity' , '1.2.4'
  41. # 颜色分类
  42. pod 'Colours' , '~> 5.13.0'
  43. # 根据颜色 生成一张图片
  44. pod 'UIImage+ImageWithColor' , '~> 1.4.0'
  45. # HUD
  46. pod 'MBProgressHUD' , '~> 1.1.0'
  47. pod 'SVProgressHUD' , '~> 2.2.5'
  48. # 状态栏通知
  49. #pod 'JDStatusBarNotification' , '1.5.5'
  50. # 数据库
  51. # pod 'FMDB' , '~> 2.7.2'
  52. # 环形进度条
  53. #pod 'DACircularProgress' , '2.3.1'
  54. # 消息链
  55. pod 'ReactiveObjC', '~> 3.1.0'
  56. # 网络请求
  57. pod 'AFNetworking' , '~> 4.0.1'
  58. # 图片缓存
  59. pod 'SDWebImage'
  60. # # SVGAPlayer 是一个高性能的动画播放器
  61. pod 'SVGAPlayer' , '~> 2.5.2'
  62. # 图片模糊
  63. pod 'GPUImage' , '~> 0.1.7'
  64. # WebSocket
  65. pod 'SocketRocket' , '~> 0.5.1'
  66. # badgeValue
  67. #pod 'WZLBadge' , '1.2.6'
  68. #pod 'JSBadgeView' , '1.4.1'
  69. # 文件压缩与解压
  70. #pod 'SSZipArchive' , '1.8.1'
  71. # 钥匙串存储
  72. # pod 'SAMKeychain' , '~> 1.5.3'
  73. # 菊花activity
  74. #pod 'MMMaterialDesignSpinner', '0.2.3'
  75. #FPS检测
  76. # pod 'JPFPSStatus' , '0.1.1'
  77. #打印一切
  78. #pod 'LxDBAnything', '1.1.0'
  79. # view的圆角处理 避免离屏渲染
  80. # pod 'JMRoundedCorner' , '1.2.1'
  81. # pod 'HYBImageCliped' , '2.2.4'
  82. # pod 'ZYCornerRadius' , '1.0.2'
  83. # pod 'HJCornerRadius', :git => 'https://github.com/panghaijiao/HJCornerRadius.git'
  84. # 富文本
  85. # pod 'TYAttributedLabel' , '~> 2.6.6'
  86. ######### Category #########
  87. # 非常强大的Objective-C库的扩展
  88. #pod 'libextobjc' , '0.4.1'
  89. # UICollectionView左对齐布局
  90. pod 'UICollectionViewLeftAlignedLayout' , '1.0.2'
  91. # FaceBook KVO(优雅的代替系统原生的KVO)
  92. pod 'KVOController' , '~> 1.0.2'
  93. # 选择日期
  94. pod 'CXDatePickerView'
  95. # 地图坐标转换
  96. pod 'JZLocationConverter' , '~> 1.0.0'
  97. # FaceBook 内存分析工具 其中包括了:FBAllocationTracker 和 FBRetainCycleDetector两个工具
  98. # V2.0.0 用MLeaksFinder 代替
  99. #pod 'FBMemoryProfiler' , '0.1.3'
  100. # 二维码,条形码
  101. #pod 'LBXScan/LBXNative' ,'2.0'
  102. #pod 'LBXScan/LBXZXing' ,'2.0'
  103. #pod 'LBXScan/LBXZBar' ,'2.0'
  104. #pod 'LBXScan/UI' ,'2.0'
  105. # 文字滚动的label
  106. #pod 'TXScrollLabelView' , '1.3.1'
  107. # iOS程序调试神器
  108. # http://neater.github.io/blog/2014/07/31/flex!iosdiao-shi-li-qi/
  109. # http://www.cocoachina.com/ios/20140728/9259.html
  110. # http://www.starming.com/index.php?v=index&view=23
  111. #pod 'FLEX' , '2.4.0'
  112. # pop动画
  113. # pod 'pop' , '1.0.10'
  114. # json处理动画
  115. # lottie的安装和使用说明 https://www.jianshu.com/p/1f251a6e2e83
  116. pod 'lottie-ios' , '~> 2.5.3'
  117. # # 腾讯视频动画mp4
  118. # pod 'QGVAPlayer', :git => 'https://github.com/Tencent/vap.git', :tag => '1.0.12'
  119. # 渲染 Gif、APNG 动画的引擎。
  120. pod 'FLAnimatedImage', '~> 1.0.16'
  121. # 键盘管理
  122. pod 'IQKeyboardManager' , '~> 6.1.1'
  123. # 瀑布流
  124. pod 'CHTCollectionViewWaterfallLayout' , '0.9.6'
  125. # 选择器
  126. #pod 'ActionSheetPicker-3.0' , '2.2.0'
  127. # 空占位
  128. pod 'DZNEmptyDataSet' , '1.8.1'
  129. # 相册相机管理
  130. pod 'TZImagePickerController'
  131. # 图片浏览器 (支持视频如果webp图片则添加YYImage/WebP)
  132. pod 'YBImageBrowser' , '~> 3.0.9'
  133. pod 'YBImageBrowser/Video' #视频功能需添加
  134. # 类似网易新闻的标签栏
  135. # pod 'YZDisplayViewController' , '~> 1.0.6'
  136. # 苹果内购
  137. #pod 'RMStore', '0.7.1'
  138. # 检测内存泄漏
  139. # pod 'MLeaksFinder' , '~> 1.0.0'
  140. # 轮播图
  141. pod 'SDCycleScrollView' , '~> 1.82'
  142. # 高德SDK
  143. pod 'AMapLocation' , '~> 2.6.7'
  144. #七牛sdk 上传文件到云服务
  145. pod 'Qiniu' , '~> 8.2.0'
  146. #创蓝闪验一键登录
  147. pod 'CL_ShanYanSDK'
  148. #腾讯IM #含有UI的SDK
  149. # pod 'TXIMSDK_TUIKit_iOS' , '~> 4.6.100'
  150. # #融云IM
  151. pod 'RongCloudIM/IMLib' , '~> 4.0.3.7'
  152. #bug管理
  153. #腾讯崩溃日志管理
  154. pod 'Bugly'
  155. pod 'SSZipArchive' , '2.2.2'
  156. pod 'JXCategoryView'
  157. pod 'JXPagingView/Pager'
  158. pod 'Toast'
  159. #视频播放
  160. pod 'PLPlayerKit' , '~> 3.4.3'
  161. #pod 'JJException'
  162. # pod 'DoraemonKit/Core', '~> 3.0.2', :configurations => ['Debug'] #必选
  163. # pod 'DoraemonKit/WithGPS', '~> 3.0.2', :configurations => ['Debug'] #可选
  164. # pod 'DoraemonKit/WithLoad', '~> 3.0.2', :configurations => ['Debug'] #可选
  165. # pod 'DoraemonKit/WithLogger', '~> 3.0.2', :configurations => ['Debug'] #可选
  166. # pod 'DoraemonKit/WithDatabase', '~> 3.0.2', :configurations => ['Debug'] #可选
  167. # pod 'DoraemonKit/WithMLeaksFinder', '~> 3.0.2', :configurations => ['Debug'] #可选
  168. # pod 'DoraemonKit/WithWeex', '~> 3.0.2', :configurations => ['Debug'] #可选
  169. #友盟统计
  170. pod 'UMCommon'
  171. pod 'UMDevice'
  172. #友盟崩溃日志
  173. pod 'UMAPM'
  174. pod 'UMCCommonLog'
  175. #即构语音通话SDK
  176. pod 'ZegoExpressEngine/Audio'
  177. target 'Timi' do
  178. end
  179. target 'TimiAppStore' do
  180. end
  181. target 'TMAppStore' do
  182. end
  183. end