Skip to content

Commit

Permalink
ezplayer version 1.0.0
Browse files Browse the repository at this point in the history
support swift 4
support react native
  • Loading branch information
zhuyangjun committed Oct 29, 2017
1 parent fc58bf8 commit 4ffe591
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EZPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "EZPlayer"
s.version = "0.0.2"
s.version = "1.0.0"
s.summary = "Player base on AVPlayer"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion EZPlayer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions EZPlayerExample_RN/index.ios.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// import './BasePlayerExample'; //视频基础功能demo
import './BasePlayerExample'; //视频基础功能demo

import './TablePlayerExample'; //列表中视频demo
// import './TablePlayerExample'; //列表中视频demo

2 changes: 1 addition & 1 deletion EZPlayerExample_RN/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"jest": {
"preset": "react-native"
}
}
}

0 comments on commit 4ffe591

Please sign in to comment.