-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
34 lines (31 loc) · 967 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
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
workspace 'QuickWebKit.xcworkspace'
project 'QuickWebKit.xcodeproj'
target 'QuickWebKit' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
use_frameworks!
# Pods for QuickWebKit
pod 'SmartJSWebView'
pod 'YYImage/WebP'
pod 'YYWebImage'
pod 'Popover.OC'
# Pods for QuickWebToastPlugin
pod 'Toast'
# Pods for QuickWebSharePlugin,QuickWebSpotlightPlugin
pod 'EasyShareKit'
pod 'GTMNSStringHTMLAdditions'
# Pods for QuickWebQRCodePlugin
pod 'ZXingObjC'
# Pods for QuickWebJSBridgeImagePlayProxy
pod 'IDMPhotoBrowser'
# Pods for QuickWebJSBridgeVideoPlayProxy
pod 'ZFPlayer/AVPlayer', '~> 3.1.8'
pod 'ZFPlayer/ControlView', '~> 3.1.8'
# Pods for QuickWebLNRefreshPlugin
pod 'LNRefresh'
# Pods for QuickWebMJRefreshPlugin
pod 'MJRefresh'
# Pods for QuickWebSpotlightPlugin
pod 'YYCategories'
end