-
Notifications
You must be signed in to change notification settings - Fork 2
/
Podfile
33 lines (30 loc) · 855 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'TouTiaoApp' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for TouTiaoApp
# 图片加载
pod 'SDWebImage', '~> 4.4.1'
pod 'SDWebImage/WebP'
# 下拉刷新
pod 'MJRefresh', '3.1.15.3'
# 字典转模型
pod 'MJExtension', '3.0.13'
# 全局滑动
pod 'FDFullscreenPopGesture'
# 视频播放器
pod 'ZFPlayer', '~> 3.0'
pod 'ZFPlayer/ControlView', '~> 3.0'
pod 'ZFPlayer/AVPlayer', '~> 3.0'
# 富文本
pod 'TTTAttributedLabel'
# 网络请求
pod 'AFNetworking'
# 自动布局
pod 'Masonry'
# progress蒙版
pod 'MBProgressHUD'
#
pod 'SwipeTableView', :git => 'https://github.com/Roylee-ML/SwipeTableView.git', :branch => '3.0'
end