加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
JDKJ 提交于 2018-12-08 18:50 . 初始化
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
# 去掉烦人的警告
inhibit_all_warnings!
target 'WNZSSQ' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
platform :ios, '8.0'
pod 'AFNetworking', '~> 3.2.1'
pod 'MBProgressHUD', '~> 0.9'
pod 'Reachability'
pod 'MJRefresh'
pod 'MJExtension'
pod 'TTTAttributedLabel'
pod 'Masonry'
pod 'SDWebImage'
pod 'SDWebImage/GIF'
pod 'UAProgressView','~> 0.1.3'
pod 'FDFullscreenPopGesture'
pod 'YCXMenu'
pod 'TZImagePickerController'
pod 'DateTools'
pod 'AvoidCrash', '~> 2.5.1'
pod 'lottie-ios'
pod 'XHLaunchAd'
pod 'DZNEmptyDataSet'
pod 'Qiniu', '~> 7.2.4'
pod 'JPush'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化