1 Star 0 Fork 0

zhy22399/SunxianhuaTestApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhy 提交于 2021-10-12 18:44 . init
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'SunxianhuaTestApp' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
#网络请求
pod 'Alamofire'
pod 'Reachability', '~> 3.2'
#数据处理
pod 'HandyJSON', '~> 5.0.0'
#时间处理
pod 'SwiftDate'
# 上拉加载,下拉刷新控件
pod 'MJRefresh'
#布局
pod 'SnapKit'
pod 'SKPhotoBrowser', '~> 6.0.0'
# 滚动视图缺省管理
pod 'EmptyDataSet-Swift', '~> 5.0.0'
pod 'SVProgressHUD', '~> 2.0.3'
pod 'TZImagePickerController'
pod 'SDWebImage', '~> 5.0.6'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/zhy22399/sunxianhua-test-app.git
git@gitee.com:zhy22399/sunxianhua-test-app.git
zhy22399
sunxianhua-test-app
SunxianhuaTestApp
master

搜索帮助