-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
51 lines (35 loc) · 1006 Bytes
/
Podfile
File metadata and controls
51 lines (35 loc) · 1006 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'XWMobileProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for WPAlamofireTool
#网络请求
pod 'Alamofire', '4.7.3'
#JSON解析库
pod 'SwiftyJSON'
pod 'HandyJSON', '5.0.0'
#网络状态
pod 'ReachabilitySwift'
#底部导航栏 自定义UI, badge, adding animation to tabbar items
pod 'ESTabBarController-swift'
#图片加载及缓存
pod 'Kingfisher'
#自动化布局
pod 'SnapKit'
#键盘处理
pod 'IQKeyboardManagerSwift'
#日志打印
pod 'Log'
#UDID
pod 'KeyChain-UDID'
#文件管理
pod 'FCFileManager'
#下拉刷新
pod 'MJRefresh'
#提示toast
pod 'PKHUD'
pod 'SVProgressHUD'
#底部Action
pod 'ActionSheetPicker-3.0'
end