1 Star 0 Fork 0

踏歌长行/JLCF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
platform :ios, '8.0'
inhibit_all_warnings!
target 'Jlcf_ios' do
# Pods for Jlcf_ios
pod 'AFNetworking', '~> 2.5'
pod 'SDWebImage/WebP'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'SwipeView', '~> 1.3.2'
pod 'JSONModel', '~> 1.0.2'
pod 'BlocksKit', '~> 2.2.5'
pod 'FMDB', '~> 2.5'
pod 'MJRefresh', '~> 3.1.0'
pod 'Masonry', '~> 1.0.2'
pod 'DACircularProgress', '~> 2.3.1'
pod 'UITableView+FDTemplateLayoutCell', '~> 1.4'
pod 'ReactiveCocoa', '~>2.1.8'
pod 'SDWebImage/GIF'
pod 'WebViewJavascriptBridge', '~>6.0.2'
pod 'UMengAnalytics'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 8.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
end
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/weihaojinghao/JLCF.git
git@gitee.com:weihaojinghao/JLCF.git
weihaojinghao
JLCF
JLCF
master

搜索帮助