8 Star 29 Fork 19

HENG CHENGFEI / IOSTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
HENG CHENGFEI 提交于 2015-11-25 19:34 . init
=begin
第三方类库
=end
#source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
link_with 'IOSTemplate', 'IOSTemplateTests'
inhibit_all_warnings!
#Log日志
pod 'XCGLogger'
#图片缓存
pod 'SDWebImage'
#加载进度条
pod 'JGProgressHUD'
#网络请求库
pod 'Alamofire'
#Json反序列化
pod 'ObjectMapper'
#七牛
#pod 'HappyDNS'
#pod 'Qiniu'
#缓存
#pod 'Realm'
Swift
1
https://gitee.com/chengfeisoft/IOSTemplate.git
git@gitee.com:chengfeisoft/IOSTemplate.git
chengfeisoft
IOSTemplate
IOSTemplate
master

搜索帮助