-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAriaVideoControlLayer.podspec
More file actions
26 lines (24 loc) · 979 Bytes
/
AriaVideoControlLayer.podspec
File metadata and controls
26 lines (24 loc) · 979 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
Pod::Spec.new do |s|
s.name = "AriaVideoControlLayer"
s.version = "0.0.5"
s.summary = "SJVideoPlayer控制层扩展."
s.homepage = "https://github.com/moxcomic/AriaVideoControlLayer.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "moxcomic" => "656469762@qq.com" }
s.source = { :git => "https://github.com/moxcomic/AriaVideoControlLayer.git", :tag => "#{s.version}" }
s.ios.deployment_target = "11.0"
s.swift_version = "5.0"
s.source_files = "AriaVideoControlLayer/Classes/**/*.swift"
s.resource = 'AriaVideoControlLayer/Classes/Settings.bundle'
s.frameworks = "UIKit", "Foundation"
s.dependency "Then"
s.dependency "SnapKit"
s.dependency "RxSwift"
s.dependency "RxDataSources"
s.dependency "NSObject+Rx"
s.dependency "RxDataSources"
s.dependency "RxCocoa"
s.dependency "SJVideoPlayer"
s.dependency "SJUIKit"
s.dependency "AriaSwiftyChain"
end