-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update lib to support min version OS 15 update test cases with valid URLs * update files to support min version os 15
- Loading branch information
Showing
7 changed files
with
60 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,28 @@ suffix = '.0000' # Dev mode | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'DownloadToGo' | ||
s.version = '3.18.0' + suffix | ||
s.version = '3.19.0' + suffix | ||
s.summary = 'DownloadToGo -- download manager for HLS' | ||
s.homepage = 'https://github.com/kaltura/playkit-ios-dtg' | ||
s.license = { :type => 'AGPLv3', :file => 'LICENSE' } | ||
s.author = { 'Kaltura' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/kaltura/playkit-ios-dtg.git', :tag => s.version.to_s } | ||
s.swift_version = '5.0' | ||
|
||
s.ios.deployment_target = '10.0' | ||
s.ios.deployment_target = '15.0' | ||
|
||
s.source_files = 'Sources/**/*' | ||
|
||
s.dependency 'M3U8Kit', '1.0.0' | ||
s.dependency 'GCDWebServer', '~> 3.5.4' | ||
s.dependency 'RealmSwift', '~> 10.32.0' | ||
s.dependency 'Realm', '~> 10.32.0' | ||
s.dependency 'XCGLogger', '~> 7.0.0' | ||
s.dependency 'PlayKitUtils', '~> 0.5' | ||
s.dependency 'M3U8Kit', '1.1.0' | ||
s.dependency 'kGCDWebServer', '~> 4.0.0' | ||
s.dependency 'RealmSwift', '~> 10.50.0' | ||
s.dependency 'Realm', '~> 10.50.0' | ||
s.dependency 'XCGLogger', '~> 7.1.5' | ||
s.dependency 'PlayKitUtils', '~> 0.7' | ||
|
||
s.xcconfig = { | ||
### The following is required for Xcode 12 (https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-object-file-built-for-ios) | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' | ||
} | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters