forked from KirbyInGitHub/EaseMobDIYUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
54 lines (37 loc) · 907 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
#环信
#pod 'EaseMobSDKFull','2.1.7'
pod 'EaseMobSDKFull', :git => '/Users/ZhouYuzhen/Documents/Git/IOS/EaseMobSDKFull'
#图片加载
pod 'SDWebImage','3.7.3'
#下拉上拉
pod 'MJRefresh','2.4.7'
#图片浏览
pod 'MWPhotoBrowser','2.1.1'
#Toast
pod 'MBProgressHUD','0.9.1'
#富文本
pod 'TTTAttributedLabel','1.13.4'
#Cell左滑出现多个按钮
pod 'SWTableViewCell','0.3.7'
pod 'VoiceConvert',:git => '/Users/ZhouYuzhen/Documents/Git/IOS/VoiceConvert'
#图片选择
pod 'MLSelectPhoto','1.2.1'
#GPUImage
#pod 'GPUImage','0.1.7'
#毛玻璃
pod 'FXBlurView','1.6.3'
#JSONModel
pod 'JSONModel','1.1.0'
#动画
pod 'pop','1.0.7'
#Toast
pod 'Toast','2.4'
#Demo的依赖
#点击键盘消息
pod 'TPKeyboardAvoiding','1.2.9'
#浮动编辑框
pod 'JVFloatLabeledTextField','1.1.0'
#TableView
pod 'RETableViewManager','1.6'