1 Star 0 Fork 0

angelowen/Linterest_iOS_1.0.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
angelowen 提交于 2016-04-21 23:24 . new version
# Uncomment this line to define a global platform for your project
# platform :ios, '7.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'Linterest' do
#network related
pod 'AFNetworking', '~> 2.6.3'
#json
pod 'Mantle','~> 2.0.6'
pod 'TouchJSON', '~> 1.1'
pod 'jastor', '~> 0.2.1'
pod 'SBJson', '~> 4.0.2'
pod 'JSONModel', '~> 1.2.0'
#tool
pod 'Masonry', '~> 0.6.4'
pod 'Reachability', '~> 3.0.0'
pod 'SDWebImage', '~> 3.7.3'
pod 'CocoaLumberjack'
pod 'AMap2DMap'
pod 'AMapLocation'
pod 'Bugly'
pod 'OpenUDID', '~> 1.0.0'
pod 'UMengSocial', '~> 4.4'
#UI related
pod 'MJRefresh'
pod 'MBProgressHUD'
pod 'SVPullToRefresh'
pod 'RESideMenu-onlyLeft', '~> 4.0.7'
pod 'ZLSwipeableView'
pod 'IQKeyboardManager', '~> 3.3.5'
end
target 'LinterestTests' do
end
target 'LinterestUITests' do
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/angelowen/Linterest_iOS_1.0.0.git
git@gitee.com:angelowen/Linterest_iOS_1.0.0.git
angelowen
Linterest_iOS_1.0.0
Linterest_iOS_1.0.0
master

搜索帮助