Skip to content

Commit

Permalink
update ios vlc player to 3.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
razor1331 committed Apr 9, 2020
1 parent 9c4581b commit ad1d53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-vlc-media-player",
"version": "1.0.16",
"version": "1.0.17",
"description": "React native media player for video streaming and playing. Supports RTSP,RTMP and other protocols supported by VLC player",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-vlc-media-player.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.static_framework = true
s.dependency 'React'
s.dependency 'MobileVLCKit-unstable', '3.3.10'
s.dependency 'MobileVLCKit', '3.3.10'
end

0 comments on commit ad1d53a

Please sign in to comment.