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
- Host: GitHub
- URL: https://github.com/jwplayer/jwplayerkit-package
- Owner: jwplayer
- License: other
- Created: 2023-09-18T19:14:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T04:39:36.000Z (about 2 years ago)
- Last Synced: 2024-07-19T12:46:54.465Z (about 2 years ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).