34 Star 126 Fork 53

HENG CHENGFEI / Eval

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
HENG CHENGFEI 提交于 2016-01-19 13:36 . 1.1.2
=begin
第三方类库
=end
#source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
link_with 'eval', 'evalTests'
inhibit_all_warnings!
#pod 'DOFavoriteButton'
pod 'XCGLogger'
#pod 'IOStickyHeader'
pod 'SDWebImage'
pod 'JGProgressHUD'
pod 'Realm'
#,:git => 'https://github.com/realm/realm-cocoa.git', :branch => 'v0.96.1'
pod 'Alamofire'
pod 'ObjectMapper'
pod 'IOStickyHeader'
#pod 'HanekeSwift'
#七牛
pod 'HappyDNS'
pod 'Qiniu'
#pod 'PhotoSlider'
#加密解密算法
pod 'CryptoSwift'
pod 'MMPopupView'
#tableview,collectionview数据为空时的展现
pod 'DZNEmptyDataSet'
#动画效果
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2'
#下拉上拉
#pod 'INSPullToRefresh'
#pod 'CryptoSwift', :git => 'https://github.com/krzyzanowskim/CryptoSwift.git', :branch => 'swift20'
#pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'swift-2.0'
#pod 'HanekeSwift', :git => 'https://github.com/meteochu/HanekeSwift.git', :branch => 'swift-2.0'
#pod 'ObjectMapper', :git => 'https://github.com/Hearst-DD/ObjectMapper.git', :branch => 'swift-2.0'
#pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0'
# ShareSDK(必须)
pod 'ShareSDK3'
pod 'MOBFoundation'
## UI模块(非必须,需要用到ShareSDK提供的分享菜单栏和分享编辑页面需要以下1行)
#pod 'ShareSDK3/ShareSDKUI'
# 平台SDK模块(对照一下平台,需要的加上。如果只需要QQ、微信、新浪微博,只需要以下3行)
pod 'ShareSDK3/ShareSDKPlatforms/QQ'
pod 'ShareSDK3/ShareSDKPlatforms/SinaWeibo'
pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
Swift
1
https://gitee.com/chengfeisoft/eval.git
git@gitee.com:chengfeisoft/eval.git
chengfeisoft
eval
Eval
master

搜索帮助