forked from wujunyang/jiaModuleDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
executable file
·35 lines (29 loc) · 784 Bytes
/
Podfile
File metadata and controls
executable file
·35 lines (29 loc) · 784 Bytes
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
target 'jiaModuleDemo’ do
platform :ios, "7.0"
pod 'AFNetworking', '~> 3.1.0'
pod 'ReactiveCocoa', '~> 2.5'
pod 'SDWebImage', '~> 3.7.5'
pod 'JSONModel', '~> 1.0.1'
pod 'Masonry','~>0.6.1'
pod 'XAspect', '~> 1.0.5'
pod 'CYLTabBarController', '~> 1.6.7'
pod 'Aspects', '~> 1.4.1'
pod 'GTSDK', '~> 1.5.3'
pod 'UMengAnalytics-NO-IDFA', '~> 4.1.5'
pod 'YYCache'
#pod 'JSPatchPlatform', '~> 1.6.3' //这个是平台,我们不用
pod 'JSPatch', '~> 1.1'
pod 'RealReachability'
pod 'FLEX', '~> 2.0'
pod 'CocoaLumberjack', '~> 2.0.0-rc'
# 友盟分享UI
pod 'UMengUShare', '~> 6.1'
# 集成新浪微博
pod 'UMengUShare/Social/Sina'
# 集成微信
pod 'UMengUShare/Social/WeChat'
# 集成QQ
pod 'UMengUShare/Social/QQ'
# 集成腾讯微博
pod 'UMengUShare/Social/TencentWeibo'
end