1 Star 0 Fork 41

polokk / V2ex-Swift

forked from finb / V2ex-Swift 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fin 提交于 2017-01-06 15:49 . 更新第三方库
platform:ios,'9.0'
inhibit_all_warnings!
use_frameworks!
def pods
pod 'SnapKit', '~> 3.1.2'
pod 'Alamofire', '~> 4.2.0'
pod 'ObjectMapper', '~> 2.1.0'
pod 'AlamofireObjectMapper', '~> 4.0.1'
pod 'Ji', '~> 2.0.1'
pod 'DrawerController', '~> 3.1.0'
pod 'Kingfisher', '~> 3.2.4'
pod 'KeychainSwift', '~> 7.0.0'
pod 'KVOController', '~> 1.2.0'
pod 'YYText', '~> 1.0.7'
pod 'FXBlurView', '~> 1.6.4'
pod 'SVProgressHUD', '~> 1.1.3'
pod 'MJRefresh', '~> 3.1.12'
pod 'CXSwipeGestureRecognizer', '~> 1.0.2'
pod '1PasswordExtension', '~> 1.8.4'
pod 'Shimmer', '~> 1.0.2'
pod 'Fabric'
pod 'Crashlytics'
end
target 'V2ex-Swift' do
pods
end
Swift
1
https://gitee.com/polokk/V2ex-Swift.git
git@gitee.com:polokk/V2ex-Swift.git
polokk
V2ex-Swift
V2ex-Swift
master

搜索帮助