Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEC-10431 Support iOS 14 Xcode 12 #66

Merged
merged 13 commits into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FEC-10431 Updated RealmSwift to v 5.3.6
Updated PlayKitUtils dependency to at least v 0.5
  • Loading branch information
x-NR-x committed Sep 16, 2020
commit 20a2a8b193ea8fdd7644b4ea098de1f1ac498a55
4 changes: 2 additions & 2 deletions DownloadToGo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.dependency 'M3U8Kit', '0.4.1'
s.dependency 'GCDWebServer', '~> 3.5.4'
s.dependency 'RealmSwift', '~> 5.3.0'
s.dependency 'RealmSwift', '~> 5.3.6'
s.dependency 'XCGLogger', '~> 7.0.0'
s.dependency 'PlayKitUtils', '~> 0.4.0'
s.dependency 'PlayKitUtils', '~> 0.5'
end
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ swift_version = '5.0'
target 'DownloadToGo_Example' do
pod 'DownloadToGo', :path => '..'

pod 'PlayKit', '~> 3.17'
pod 'PlayKit', '~> 3.18'
# pod 'PlayKit', :path => '../../playkit-ios'
# pod 'PlayKit', :git => 'https://github.com/kaltura/playkit-ios', :branch => 'develop'

pod 'PlayKitProviders', '~> 1.6'
pod 'PlayKitProviders', '~> 1.7'
# pod 'PlayKitProviders' #, :path => '../../playkit-ios-providers'

pod 'Toast', '~> 4.0.0'
Expand Down