加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
BLUES120 提交于 2018-01-02 14:47 . heh
platform:ios, '8.0'
target 'XINYIWOFU' do
pod 'Masonry', '~> 1.0.1'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'FDFullscreenPopGesture', '~> 1.1'
#pod 'WechatOpenSDK'
#pod 'BaiduMapKit', '~> 3.3.0'
#pod 'Masonry', '~> 0.6.4'
#pod 'ZBarSDK', '~> 1.3.1'
pod 'MJRefresh', '~> 3.1.0'
pod 'AFNetworking', '~> 3.0.4'
#pod 'IQKeyboardManager', '~> 3.2.2'
#pod 'EaseMobSDKFull'
pod 'SDCycleScrollView', '~> 1.65'
#pod 'FMDB'
#pod 'ShareSDK3',:git => ‘https://git.oschina.net/MobClub/ShareSDK-for-iOS.git'
# Mob 公共库(必须)
#pod 'MOBFoundation', '~> 2.2.19'
# UI模块(非必须,需要用到ShareSDK提供的分享菜单栏和分享编辑页面需要以下1行)
#pod 'ShareSDK3/ShareSDKUI',:git => ‘https://git.oschina.net/MobClub/ShareSDK-for-iOS.git'
# 平台SDK模块(对照一下平台,需要的加上。如果只需要QQ、微信、新浪微博,只需要以下3行)
#pod 'ShareSDK3/ShareSDKPlatforms/SinaWeibo',:git => ‘https://git.oschina.net/MobClub/ShareSDK-for-iOS.git'
#pod 'ShareSDK3/ShareSDKPlatforms/WeChat',:git => ‘https://git.oschina.net/MobClub/ShareSDK-for-iOS.git'
#pod 'ShareSDK3/ShareSDKPlatforms/QQ',:git => ‘https://git.oschina.net/MobClub/ShareSDK-for-iOS.git'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化