Releases: kaltura/playkit-ios-googlecast
Releases · kaltura/playkit-ios-googlecast
v1.6.0
New in this version:
update the CC version to the latest version
update support min OS version to OS 15
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.6.0'
v1.5.2
New in this version:
- Updated Google Cast SDK to 4.7.0
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.5.2'
v1.5.1
Changes from v1.5.0
- Updated Google Cast SDK to v 4.6.1
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.5.1'
v1.5.0
Changes from v1.4.0
- Updated Google Cast SDK to v 4.5.3
- urlType and streamerType added to cast builder.
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.5'
v1.4.0
Changes from v1.3.1
- Support iOS 14 Xcode 12 (#8)
- Fixed deprecated initializer for GCKAdBreakInfo.
- Updated google-cast-sdk to v 4.5.0
- Deprecated iOS 9
- Xcode 12 support also needed for the release. (#9)
- Set configuration needed for Xcode 12. Excluded arm64 architecture for the iPhone simulator. See reference.
- Removed unused configuration in the podspec.
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.4'
v1.3.1
Changes from v1.3.0
- Fixed the formats to send the array of string values and not a string of the array. (#7)
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.3.1'
v1.3.0
Changes from v1.2.0
- Update Google Cast SDK to 4.4.4 (#4)
Cocoapods install
pod 'PlayKitGoogleCast', '~> 1.3.0'
v1.2.0
Changes from v1.1.0
Swift 5 Support
- Code and podspec were adjusted to fully support Swift 5.
v1.0.0
New repo for GoogleCast, extracted classes from PlayKit repo.