Skip to content

Commit

Permalink
Merge branch 'release/0.2.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimPaneth committed Sep 8, 2022
2 parents 9977d20 + 523e187 commit 1656e97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PODS:
- Protobuf (~> 3.13)
- google-cast-sdk/Core (4.7.0):
- Protobuf (~> 3.13)
- JWPlayerKit (4.6.0)
- JWPlayerKit (4.6.2)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- Protobuf (3.21.2)
Expand Down Expand Up @@ -370,9 +370,9 @@ PODS:
- React
- RNGestureHandler (2.4.2):
- React-Core
- RNJWPlayer (0.2.19):
- RNJWPlayer (0.2.24):
- google-cast-sdk (~> 4.7.0)
- JWPlayerKit (~> 4.6.0)
- JWPlayerKit (~> 4.6.2)
- React
- RNScreens (3.13.1):
- React-Core
Expand Down Expand Up @@ -571,7 +571,7 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 476ee3e89abb49e07f822b48323c51c57124b572
google-cast-sdk: 6731e9a206ce43e0f4433d15598ad8a19f0371d5
JWPlayerKit: ab6cc59bff76d86bcc4c7cf6d6c9b82ea94b7add
JWPlayerKit: f72f577e907b450f76f0185233eab45db285d21b
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
Protobuf: 818c6a87e44193a77f56b87c6a1c106efda7e062
Expand Down Expand Up @@ -606,7 +606,7 @@ SPEC CHECKSUMS:
RNDeviceInfo: 1e3f62b9ec32f7754fac60bd06b8f8a27124e7f0
RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df
RNGestureHandler: 61628a2c859172551aa2100d3e73d1e57878392f
RNJWPlayer: 7a786163139c4de9d00bb2e968784fb41e487f94
RNJWPlayer: bd590297f22d85c19885b40a7465cfa991ef6556
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
4 changes: 2 additions & 2 deletions ios/RNJWPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Pod::Spec.new do |s|
s.license = package['license']
s.authors = package['author']
s.homepage = package['homepage']
s.platform = :ios, "10.0"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/chaimPaneth/react-native-jw-media-player.git", :tag => "v#{s.version}" }
s.source_files = "RNJWPlayer/*.{h,m}"
s.dependency 'JWPlayerKit', '~> 4.6.0'
s.dependency 'JWPlayerKit', '~> 4.6.2'
s.dependency 'google-cast-sdk', '~> 4.7.0'
s.dependency 'React'
# s.static_framework = true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-jw-media-player",
"version": "0.2.25",
"version": "0.2.26",
"description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
"main": "index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 1656e97

Please sign in to comment.