-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
36 lines (30 loc) · 973 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
35
36
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
target '全球向导' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# U-Share SDK UI模块(分享面板,建议添加)
pod 'UMengUShare/UI'
# 集成微信(精简版0.2M)
pod 'UMengUShare/Social/ReducedWeChat'
# 集成QQ(精简版0.5M)
pod 'UMengUShare/Social/ReducedQQ'
# 集成新浪微博(精简版1M)
pod 'UMengUShare/Social/ReducedSina'
# 集成环信IM(动态库版本)
pod 'Hyphenate'
pod 'EaseUI', :git => 'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git'
pod 'FMDB'
pod 'JPush'
pod 'UMengAnalytics'
#标准SDK,含IDFA
# Pods for 全球向导
target '全球向导Tests' do
inherit! :search_paths
# Pods for testing
end
target '全球向导UITests' do
inherit! :search_paths
# Pods for testing
end
end