Skip to content

Commit aee0ce2

Browse files
committed
fix: jwplayer
1 parent a17a99e commit aee0ce2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CapgoCapacitorJwPlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = package['author']
1212
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
1313
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
14-
s.ios.deployment_target = '14.0'
14+
s.ios.deployment_target = '15.0'
1515
s.dependency 'Capacitor'
1616
s.dependency 'JWPlayerKit', '>= 4.22.0'
1717
s.dependency 'google-cast-sdk', '>= 4.8.1'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct GoogleCastMetadata {
88

99
let package = Package(
1010
name: "CapgoCapacitorJwPlayer",
11-
platforms: [.iOS(.v14)],
11+
platforms: [.iOS(.v15)],
1212
products: [
1313
.library(
1414
name: "CapgoCapacitorJwPlayer",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
77
</div>
88

9-
WIP: do not use it yet it's in dev
10-
119
Play videos from jwplayer.com with a fullscreen player interface. The plugin provides a comprehensive API for controlling JW Player playback, playlists, and tracks.
1210

11+
The latest version of the player require a min version of IOS 15
12+
1313
## Key Features
1414

1515
- Always fullscreen player

0 commit comments

Comments
 (0)