1 Star 0 Fork 0

android_it/DYLTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
dyl 提交于 2020-07-13 13:51 . init
#op# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for DYLTool
# 方式一
# def commomPods
# pod 'YTKNetwork' # 网络请求
# pod 'ReactiveObjC', '~> 3.1.0' # RAC
# pod 'MJRefresh', '~> 3.1.15.3' # 刷新控件
# pod 'MJExtension', '~> 3.0' # 字典转模型
# pod 'YYKeyboardManager', '~> 1.0.1' # 键盘相关
# pod 'Masonry', '~> 1.1.0' # 约束
# #pod 'FDFullscreenPopGesture', '~> 1.1' # 手势
# pod 'IQKeyboardManager', '~> 6.5.0' # 键盘管理
# pod 'JPFPSStatus', '~> 0.1.1' # FPS 检测
# pod 'lottie-ios', '~> 2.5.0' # lottie 动画
# pod 'TZImagePickerController', '~> 3.2.1' # 图片选择器
# pod 'HXPhotoPicker', '~> 2.2.0' # 图片选择器
# pod 'RSKImageCropper', '~> 2.1.0' # 图片裁剪
# pod 'pop', '~> 1.0.10' # pop 动画
# pod 'WCDB', '~> 1.0.6' # 数据库操作
# pod 'BaiduMapKit', '~> 5.2.0'
# end
#
# target 'DYLTool' do
# commomPods
# end
#
# target 'DYLTool_Test' do
# commomPods
# end
# 方式二
targetArray = ['DYLTool', 'DYLTool_Test']
targetArray.each do |t|
target t do
pod 'YTKNetwork' # 网络请求
pod 'ReactiveObjC', '~> 3.1.0' # RAC
pod 'MJRefresh', '~> 3.1.15.3' # 刷新控件
pod 'MJExtension', '~> 3.0' # 字典转模型
pod 'YYKeyboardManager', '~> 1.0.1' # 键盘相关
pod 'Masonry', '~> 1.1.0' # 约束
#pod 'FDFullscreenPopGesture', '~> 1.1' # 手势
pod 'IQKeyboardManager', '~> 6.5.0' # 键盘管理
pod 'JPFPSStatus', '~> 0.1.1' # FPS 检测
pod 'lottie-ios', '~> 2.5.0' # lottie 动画
pod 'TZImagePickerController', '~> 3.2.1' # 图片选择器
pod 'HXPhotoPicker', '~> 2.2.0' # 图片选择器
pod 'RSKImageCropper', '~> 2.1.0' # 图片裁剪
pod 'pop', '~> 1.0.10' # pop 动画
pod 'WCDB', '~> 1.0.6' # 数据库操作
pod 'BaiduMapKit', '~> 5.2.0'
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/myonlyzone/DYLTool.git
git@gitee.com:myonlyzone/DYLTool.git
myonlyzone
DYLTool
DYLTool
master

搜索帮助