-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathVirtuosoClientDownloadEngineWidevine.podspec
29 lines (23 loc) · 1.41 KB
/
VirtuosoClientDownloadEngineWidevine.podspec
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
#
# Be sure to run `pod lib lint VirtuosoClientDownloadEngineWidevine.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'VirtuosoClientDownloadEngineWidevine'
s.version = '4.4.1'
s.summary = 'A best-of-breed download and offline viewing solution for video.'
s.homepage = 'http://penthera.com'
s.license = { :type => 'Custom', :file => 'LICENSE' }
s.author = { 'josh-penthera' => '[email protected]' }
s.source = { :http => 'https://github.com/penthera/Download2Go-ios/releases/download/v4.4.1/VirtuosoClientDownloadEngineWidevine.xcframework.zip' }
s.ios.deployment_target = '11.0'
s.source_files = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Headers/*'
s.ios.vendored_frameworks = 'VirtuosoClientDownloadEngine.xcframework'
s.preserve_path = 'VirtuosoClientDownloadEngine.xcframework/*'
s.module_map = 'VirtuosoClientDownloadEngine.xcframework/ios-arm64/VirtuosoClientDownloadEngine.framework/Modules/module.modulemap'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end