-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAliyunPlayerSDK.podspec
More file actions
17 lines (16 loc) · 911 Bytes
/
AliyunPlayerSDK.podspec
File metadata and controls
17 lines (16 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "AliyunPlayerSDK"
s.version = "3.1.0.1"
s.summary = "Aliyun Player SDK"
s.author = { "Aliyun" => "" }
s.homepage = "https://help.aliyun.com/document_detail/45270.html?spm=5176.doc45284.6.717.jYFsFP"
s.license = { :type => 'LGPL', :text => <<-LICENSE
® 2009 - 2017 Aliyun.com All Rights Reserved.
LICENSE
}
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/Re-cover/AliyunPlayerSDK.git", :tag => "v#{s.version}" }
s.requires_arc = true
s.vendored_frameworks = 'framework/arm&simulator/AliyunPlayerSDK.framework'
s.resource = 'framework/arm&simulator/AliyunPlayerSDKBundle.bundle'
end