-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
59 lines (44 loc) · 1.48 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'MJExtension'
pod 'FMDB'
pod 'Masonry'
pod 'AFNetworking', '~> 3.0'
pod 'WMPageController'
pod 'MJRefresh'
pod 'BlocksKit'
pod 'MBProgressHUD'
pod 'JMActionSheetDescription'
pod 'ionicons'
pod 'SVProgressHUD'
pod 'MWPhotoBrowser'
pod 'ZYKeyboardUtil', '~> 0.6.1'
pod 'DKNightVersion'
pod 'MOBFoundation_IDFA'
pod 'SMSSDK'
pod 'DateTools'
pod 'ReactiveCocoa', '~> 2.5'
pod "WeiboSDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git"
#pod 'UMengAnalytics'//标准SDK,含IDFA
pod 'UMengAnalytics-NO-IDFA' #无IDFA版SDK(请根据需要选择其中一个)
#pod 'JSPatch'
pod 'BmobSDK'
pod 'KINWebBrowser'
## 主模块(必须)
#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/SinaWeibo'
#pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
#pod 'ShareSDK3/ShareSDKPlatforms/AliPaySocial'
#pod 'ShareSDK3/ShareSDKPlatforms/Messenger'