-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
69 lines (57 loc) · 1.57 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
platform :ios, '8.0'
#inhibit_all_warnings!
#use_frameworks!
target 'Project' do
pod 'Aspects'
pod 'AFNetworking'
pod 'YTKNetwork'
pod 'YYKit'
pod 'STPopup'
pod 'Masonry'
pod 'CYLTabBarController'
pod 'GVUserDefaults'
pod 'FMDB'
pod 'AFMInfoBanner'
pod 'ReactiveObjC'
pod 'JKCategories'
pod 'UberSignals'
pod 'SIAlertView'
pod 'M13BadgeView'
pod 'MJRefresh'
pod 'BButton'
#DB Module
pod 'ASIHTTPRequest/Core'
pod 'Reachability'
pod 'ObjcAssociatedObjectHelpers/Core'
#map Module
pod 'AMapFoundation'
pod 'AMap3DMap'
pod 'AMapLocation'
pod 'SVProgressHUD'
pod 'MBProgressHUD'
pod 'MJExtension'
pod 'pop'
pod 'RTRootNavigationController'
#share Module
# U-Share SDK UI模块(分享面板,建议添加)
pod 'UMengUShare/UI’
# 集成新浪微博
pod 'UMengUShare/Social/Sina'
# 集成微信
pod 'UMengUShare/Social/WeChat'
# 集成QQ
pod 'UMengUShare/Social/QQ'
#IM Module
pod 'SocketRocket'
#Wallpaper Module
pod 'CHTCollectionViewWaterfallLayout'
pod 'MJRefresh'
pod 'CocoaLumberjack'
pod 'BlocksKit'
pod 'MWPhotoBrowser'
pod 'UMengAnalytics'
pod 'SVProgressHUD'
end
pre_install do
system("sed -i '' '/BKMacros/d' Pods/BlocksKit/BlocksKit/BlocksKit.h")
end