-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
35 lines (31 loc) · 828 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'XYZC' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for XYZC
pod 'CYLTabBarController', '~> 1.17.6'
pod 'WRNavigationBar', '~> 1.1.0'
pod 'AFNetworking', '~> 3.1.0'
pod 'MBProgressHUD', '~> 1.1.0'
pod 'JSONModel', '~> 1.7.0'
pod 'MJRefresh', '~> 3.1.12'
pod 'SDWebImage', '~> 4.2.2'
pod 'YYCache', '~> 1.0.4'
pod 'IQKeyboardManager', '~> 4.0.8'
pod 'SDAutoLayout', '~> 2.1.3'
#搜索
pod 'PYSearch', '~> 0.8.8'
#轮播
pod 'SDCycleScrollView', '~> 1.75'
#用户协议
pod 'TTTAttributedLabel'
#选项卡
pod 'YUSegment', '~> 1.0.1'
#环信
pod 'HyphenateLite'
#引导页
pod 'KSGuaidView'
#浏览器
pod 'RxWebViewController', '~> 0.0.2'
end