An open API service indexing awesome lists of open source software.

https://github.com/jwplayer/jwplayerkit-package

Swift Package Manager Repository for the JWPlayerKit iOS SDK
https://github.com/jwplayer/jwplayerkit-package

Last synced: 9 months ago
JSON representation

Swift Package Manager Repository for the JWPlayerKit iOS SDK

Awesome Lists containing this project

README

          

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JWPlayerKit for iOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Document version: 10/17/2025
SDK version: 4.23.2

Getting support and submitting feedback
=======================================

To send us your feedback or bug reports, please visit our [Support
Portal](https://support.jwplayer.com/submit-support-case). Select “I have
a question for the technical support team” or “I want to report a bug” and
then follow the steps to report your issue. Our support team will follow
up in a timely manner.

Before contacting us, please read our
[FAQ](http://support.jwplayer.com/customer/portal/articles/2022900-ios-sdk-faq).

To ask technical questions please open an issue in our [Best Practice Apps
repo](https://github.com/jwplayer/jwplayer-ios-bestPracticeApps).

Using the SDK library
=====================

## Installation
To add the `JWPlayerKit` SDK as a dependency to your project, you have
couple of options: Using CocoaPods or Swift Package Manager.

### Using [CocoaPods](https://cocoapods.org/)
Add the following lines to the `Podfile` of your project and replace the
`Version Number` with the desired version of the `JWPlayerKit`.

```ruby
pod 'JWPlayerKit', '~> Version Number'
```

Execute `pod install` to install the new `JWPlayerKit` dependency.

For up to date information and the API reference,see the [developer
guide](https://docs.jwplayer.com/players/docs/ios-add-the-sdk#cocoapods).

### Using [Swift Package Manager](https://www.swift.org/package-manager/)
Open Xcode 14+, navigate to your Project file and specify it in `Project >
Package Dependencies` using the following URL:

```
https://github.com/jwplayer/JWPlayerKit-package.git
```

For up to date information and the API reference, see the [developer
guide](https://docs.jwplayer.com/players/docs/ios-add-the-sdk#swift-package-manager).

Best Practice Apps
==================

The source code of sample projects demonstrating how to use some of the
SDK's advanced functionality can be found in the
[jwplayer-ios-bestPracticeApps
repo](https://github.com/jwplayer/jwplayer-ios-bestPracticeApps).

License notices
===============
Documentation is generated using [jazzy](https://github.com/realm/jazzy).