Swiftpack.co - EricssonBroadcastServices/iOSClientCast as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by EricssonBroadcastServices.
EricssonBroadcastServices/iOSClientCast v4.0.300
Google Cast integration
⭐️ 2
🕓 1 week ago
iOS
.package(url: "https://github.com/EricssonBroadcastServices/iOSClientCast.git", from: "v4.0.300")

Swift Platforms CocoaPods Compatible Carthage Compatible Swift Package Manager

Cast

Features

  • ☑ Google Chrome Cast

Requirements

  • iOS 9.0+

  • Swift 5.0+

  • Xcode 12.0+

  • Framework dependencies

  • Streams:

    • DASH/CENC (as required by the EMP receiver)

Installation

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding iOSClientCast as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/EricssonBroadcastServices/iOSClientCast", from: "4.0.3")
]

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate iOSClientCast into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'iOSClientCast', '~>  4.0.3'

Carthage

Carthage is a decentralized dependency manager that builds your dependency graph without interfering with your Xcode project setup. CI integration through fastlane is also available.

Install Carthage through Homebrew by performing the following commands:

$ brew update
$ brew install carthage

Once Carthage has been installed, you need to create a Cartfile which specifies your dependencies. Please consult the artifacts documentation for in-depth information about Cartfiles and the other artifacts created by Carthage.

github "EricssonBroadcastServices/iOSClientCast"

Running carthage.sh update --use-xcframeworks will fetch your dependencies and place them in /Carthage/Checkouts. You either build the .frameworks and drag them in your Xcode or attach the fetched projects to your Xcode workspace.

Finally, make sure you add the .frameworks to your targets General -> Embedded Binaries section.

Release Notes

Release specific changes can be found in the CHANGELOG.

Upgrade Guides

The procedure to apply when upgrading from one version to another depends on what solution your client application has chosen to integrate Exposure.

Major changes between releases will be documented with special Upgrade Guides.

Carthage

Updating your dependencies is done by running carthage update with the relevant options, such as --use-submodules, depending on your project setup. For more information regarding dependency management with Carthage please consult their documentation or run carthage help.

GitHub

link
Stars: 2
Last commit: 1 week ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Dependencies

Release Notes

V 4.0.3
1 week ago
  • Allow passing CustomImage s to the cast receiver for current playing asset. This can be used for setting a custom image rather than using the asset's images.

What's Changed

Full Changelog: https://github.com/EricssonBroadcastServices/iOSClientCast/compare/v4.0.200...v4.0.300

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics