-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTNativePlayer.podspec
More file actions
33 lines (21 loc) · 917 Bytes
/
Copy pathHTNativePlayer.podspec
File metadata and controls
33 lines (21 loc) · 917 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
Pod::Spec.new do |s|
s.name = 'HTNativePlayer'
s.version = '0.1.0'
s.summary = 'iOS原生播放器控件,支持本地视频和网络视频'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/MrHT/HTNativePlayer.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'tao' => 'hantao@afanticat.com' }
s.source = { :git => 'https://github.com/MrHT/HTNativePlayer.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'HTNativePlayer/Classes/**/*'
# s.resource_bundles = {
# 'HTNativePlayer' => ['HTNativePlayer/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'Masonry'
s.dependency 'MBProgressHUD'
end