forked from zealfung/MyPlanSideslip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
34 lines (27 loc) · 999 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'plan' do
pod 'FMDB'
pod 'BmobSDK'
pod 'YYModel'
pod 'CRToast'
pod 'WZLBadge'
pod 'MJRefresh'
pod 'SDWebImage'
pod 'RESideMenu'
pod 'MBProgressHUD'
pod 'SDCycleScrollView'
# ShareSDK begin
# 主模块(必须)
pod 'ShareSDK3'
# Mob 公共库(必须) 如果同时集成SMSSDK iOS2.0:可看此注意事项:http://bbs.mob.com/thread-20051-1-1.html
pod 'MOBFoundation'
# UI模块(非必须,需要用到ShareSDK提供的分享菜单栏和分享编辑页面需要以下1行)
pod 'ShareSDK3/ShareSDKUI'
# 平台SDK模块(对照一下平台,需要的加上。如果只需要QQ、微信、新浪微博,只需要以下3行)
pod 'ShareSDK3/ShareSDKPlatforms/QQ'
pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
# 扩展模块(在调用可以弹出我们UI分享方法的时候是必需的)
pod 'ShareSDK3/ShareSDKExtension'
# ShareSDK end
end