1 Star 2 Fork 0

MrGan / zhuishushenqi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
caonongyun 提交于 2019-03-17 14:59 . add doraemonKit support
source 'git@github.com:NoryCao/cjspecs.git'
source 'https://github.com/CocoaPods/Specs.git'
# 对于Swift应用来说下面两句是必须的
platform :ios, '9.0'
use_frameworks!
branch = ENV['sha']
# target的名字一般与你的项目名字相同
target zhuishushenqi do
project ./zhuishushenqi.xcodeproj'
pod 'Kingfisher'
pod 'PullToRefresh','0.0.1'
pod 'YYKit'
pod 'SnapKit'
pod 'MBProgressHUD'
pod 'QSNetwork', '~>0.0.3'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxAlamofire'
pod 'Then'
pod 'MJRefresh'
pod 'HandyJSON'
pod 'CocoaAsyncSocket'
pod 'CocoaLumberjack'
pod 'SQLite.swift', '~> 0.11.5'
pod 'Zip'
pod 'FMDB'
pod 'PKHUD', '~> 5.0'
pod 'ZSAPI'
pod 'Cache'
pod 'DoraemonKit/Core', '~> 1.1.6', :configurations => ['Debug']
pod 'DoraemonKit/WithLogger', '~> 1.1.6', :configurations => ['Debug']
pod 'DoraemonKit/WithGPS', '~> 1.1.6', :configurations => ['Debug']
pod 'DoraemonKit/WithLoad', '~> 1.1.6', :configurations => ['Debug']
#pod 'AFNetworking'
#pod 'Realm', git: 'git@github.com:realm/realm-cocoa.git', branch: branch, submodules: true
#pod 'RealmSwift', git: 'git@github.com:realm/realm-cocoa.git', branch: branch, submodules: true
end
Swift
1
https://gitee.com/Mr_Gan/zhuishushenqi.git
git@gitee.com:Mr_Gan/zhuishushenqi.git
Mr_Gan
zhuishushenqi
zhuishushenqi
master

搜索帮助