platform :ios, '9.0' source 'https://github.com/CocoaPods/Specs.git' #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' inhibit_all_warnings! #多个target共用一套pod的写法,项目中不能有名字为CommonPods,防止冲突; abstract_target 'CommonPods' do ######### YYKit ############### #pod 'YYKit' , '1.0.9' # YYKit 的一套分类 pod 'YYCategories' , '1.0.4' # 富文本 # pod 'YYText' , '1.0.7' # 字典转模型 pod 'YYModel' , '1.0.4' # YYImage # pod 'YYImage' , '1.0.4' pod 'YYImage', :git => 'https://github.com/QiuYeHong90/YYImage.git' # webP # pod 'YYImage/WebP' # 高性能的 iOS 缓存框架 # pod 'YYCache' , '1.0.4' # 高性能的 iOS 异步图像加载框架。 # pod 'YYWebImage' # iOS 键盘监听管理工具 #pod 'YYKeyboardManager' , '1.0.1' # iOS 全局并发队列管理工具 #pod 'YYDispatchQueuePool' , '1.0' # iOS 异步绘制与显示的工具 #pod 'YYAsyncLayer' , '1.0' # AutoLayout pod 'Masonry' , '~> 1.1.0' # 缓存tableViewCell的高度 pod 'UITableView+FDTemplateLayoutCell' , '~> 1.6' # 侧滑手势 pod 'FDFullscreenPopGesture' , '~> 1.1' # 字典转模型 该项目使用YYModel pod 'MJExtension' , '~> 3.2.2' pod 'MJRefresh' , '~> 3.4.3' # 加密 #pod 'CocoaSecurity' , '1.2.4' # 颜色分类 pod 'Colours' , '~> 5.13.0' # 根据颜色 生成一张图片 pod 'UIImage+ImageWithColor' , '~> 1.4.0' # HUD pod 'MBProgressHUD' , '~> 1.1.0' pod 'SVProgressHUD' , '~> 2.2.5' # 状态栏通知 #pod 'JDStatusBarNotification' , '1.5.5' # 数据库 # pod 'FMDB' , '~> 2.7.2' # 环形进度条 #pod 'DACircularProgress' , '2.3.1' # 消息链 pod 'ReactiveObjC', '~> 3.1.0' # 网络请求 pod 'AFNetworking' , '~> 4.0.1' # 图片缓存 pod 'SDWebImage' # # SVGAPlayer 是一个高性能的动画播放器 pod 'SVGAPlayer' , '~> 2.5.2' # 图片模糊 pod 'GPUImage' , '~> 0.1.7' # WebSocket pod 'SocketRocket' , '~> 0.5.1' # badgeValue #pod 'WZLBadge' , '1.2.6' #pod 'JSBadgeView' , '1.4.1' # 文件压缩与解压 #pod 'SSZipArchive' , '1.8.1' # 钥匙串存储 # pod 'SAMKeychain' , '~> 1.5.3' # 菊花activity #pod 'MMMaterialDesignSpinner', '0.2.3' #FPS检测 # pod 'JPFPSStatus' , '0.1.1' #打印一切 #pod 'LxDBAnything', '1.1.0' # view的圆角处理 避免离屏渲染 # pod 'JMRoundedCorner' , '1.2.1' # pod 'HYBImageCliped' , '2.2.4' # pod 'ZYCornerRadius' , '1.0.2' # pod 'HJCornerRadius', :git => 'https://github.com/panghaijiao/HJCornerRadius.git' # 富文本 # pod 'TYAttributedLabel' , '~> 2.6.6' ######### Category ######### # 非常强大的Objective-C库的扩展 #pod 'libextobjc' , '0.4.1' # UICollectionView左对齐布局 pod 'UICollectionViewLeftAlignedLayout' , '1.0.2' # FaceBook KVO(优雅的代替系统原生的KVO) pod 'KVOController' , '~> 1.0.2' # 选择日期 pod 'CXDatePickerView' # 地图坐标转换 pod 'JZLocationConverter' , '~> 1.0.0' # FaceBook 内存分析工具 其中包括了:FBAllocationTracker 和 FBRetainCycleDetector两个工具 # V2.0.0 用MLeaksFinder 代替 #pod 'FBMemoryProfiler' , '0.1.3' # 二维码,条形码 #pod 'LBXScan/LBXNative' ,'2.0' #pod 'LBXScan/LBXZXing' ,'2.0' #pod 'LBXScan/LBXZBar' ,'2.0' #pod 'LBXScan/UI' ,'2.0' # 文字滚动的label #pod 'TXScrollLabelView' , '1.3.1' # iOS程序调试神器 # http://neater.github.io/blog/2014/07/31/flex!iosdiao-shi-li-qi/ # http://www.cocoachina.com/ios/20140728/9259.html # http://www.starming.com/index.php?v=index&view=23 #pod 'FLEX' , '2.4.0' # pop动画 # pod 'pop' , '1.0.10' # json处理动画 # lottie的安装和使用说明 https://www.jianshu.com/p/1f251a6e2e83 pod 'lottie-ios' , '~> 2.5.3' # # 腾讯视频动画mp4 # pod 'QGVAPlayer', :git => 'https://github.com/Tencent/vap.git', :tag => '1.0.12' # 渲染 Gif、APNG 动画的引擎。 pod 'FLAnimatedImage', '~> 1.0.16' # 键盘管理 pod 'IQKeyboardManager' , '~> 6.1.1' # 瀑布流 pod 'CHTCollectionViewWaterfallLayout' , '0.9.6' # 选择器 #pod 'ActionSheetPicker-3.0' , '2.2.0' # 空占位 pod 'DZNEmptyDataSet' , '1.8.1' # 相册相机管理 pod 'TZImagePickerController' # 图片浏览器 (支持视频如果webp图片则添加YYImage/WebP) pod 'YBImageBrowser' , '~> 3.0.9' pod 'YBImageBrowser/Video' #视频功能需添加 # 类似网易新闻的标签栏 # pod 'YZDisplayViewController' , '~> 1.0.6' # 苹果内购 #pod 'RMStore', '0.7.1' # 检测内存泄漏 # pod 'MLeaksFinder' , '~> 1.0.0' # 轮播图 pod 'SDCycleScrollView' , '~> 1.82' # 高德SDK pod 'AMapLocation' , '~> 2.6.7' #七牛sdk 上传文件到云服务 pod 'Qiniu' , '~> 8.2.0' #创蓝闪验一键登录 pod 'CL_ShanYanSDK' #腾讯IM #含有UI的SDK # pod 'TXIMSDK_TUIKit_iOS' , '~> 4.6.100' # #融云IM pod 'RongCloudIM/IMLib' , '~> 4.0.3.7' #bug管理 #腾讯崩溃日志管理 pod 'Bugly' pod 'SSZipArchive' , '2.2.2' pod 'JXCategoryView' pod 'JXPagingView/Pager' pod 'Toast' #视频播放 pod 'PLPlayerKit' , '~> 3.4.3' #pod 'JJException' # pod 'DoraemonKit/Core', '~> 3.0.2', :configurations => ['Debug'] #必选 # pod 'DoraemonKit/WithGPS', '~> 3.0.2', :configurations => ['Debug'] #可选 # pod 'DoraemonKit/WithLoad', '~> 3.0.2', :configurations => ['Debug'] #可选 # pod 'DoraemonKit/WithLogger', '~> 3.0.2', :configurations => ['Debug'] #可选 # pod 'DoraemonKit/WithDatabase', '~> 3.0.2', :configurations => ['Debug'] #可选 # pod 'DoraemonKit/WithMLeaksFinder', '~> 3.0.2', :configurations => ['Debug'] #可选 # pod 'DoraemonKit/WithWeex', '~> 3.0.2', :configurations => ['Debug'] #可选 #友盟统计 pod 'UMCommon' pod 'UMDevice' #友盟崩溃日志 pod 'UMAPM' pod 'UMCCommonLog' #即构语音通话SDK pod 'ZegoExpressEngine/Audio' target 'Timi' do end target 'TimiAppStore' do end target 'TMAppStore' do end end