-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
72 lines (48 loc) · 1.14 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
70
71
72
platform :ios, '7.0'
target 'LvSeDianLi' do
#pod 'BFKit'
#友盟统计 //标准SDK,含IDFA
#pod 'UMengAnalytics'
#网络请求框架
pod 'AFNetworking', '~> 2.5.3'
#图表
#pod 'CorePlot', '~> 1.6'
pod 'SHLineGraphView', '~> 1.0.6'
#xml 解析
#pod 'XMLDictionary', '~> 1.4'
#提示框
#pod 'MBProgressHUD', '~> 0.8'
#pod 'MMProgressHUD', '~> 0.3.0'
#动态隐藏标题栏
#pod 'AMScrollingNavbar', '~> 1.3.2'
#友盟统计
#pod 'UMengAnalytics', '~> 3.4.4'
#pod 'UMengAnalytics-NO-IDFA', '~> 3.5.11'
#引导页面
#pod 'EAIntroView', '~> 2.6.0'
#图表
pod 'PNChart','~> 0.8.7'
# UIAlertView that work with blocks
pod 'STAlertView', '~> 1.0.0'
#缓存TMCache
#pod 'TMCache', '~> 1.2.3'
#状态栏提示
pod 'AFMInfoBanner', '~> 1.0.0'
#pod 'JDStatusBarNotification', '~> 1.5.0'
#下拉刷新和上拉更多
pod 'MJRefresh', '~> 0.0.1'
pod 'RTLabel'
#轮播图
#pod 'ImagePlayerView', '~> 1.0.2'
#checkbox
#pod 'SSCheckBoxView', '~> 0.2.1'
#键盘
#pod 'IQKeyboardManager'
#进度条
#pod 'MDRadialProgress', '~> 1.3.1'
#webView
#pod 'TOWebViewController'
#选择器
#pod 'ActionSheetPicker-3.0'
#pod 'ActionSheetPicker-3.0', '~> 1.6.2'
end