Browse Source

Update iOS Version

StyxS 4 years ago
parent
commit
db59a04d86
2 changed files with 14 additions and 1 deletions
  1. 1 1
      QGVAPlayer.podspec
  2. 13 0
      iOS/CHANGELOG.md

+ 1 - 1
QGVAPlayer.podspec

@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
   #
   #
 
 
   spec.name         = "QGVAPlayer"
   spec.name         = "QGVAPlayer"
-  spec.version      = "1.0.12"
+  spec.version      = "1.0.13"
   spec.summary      = "video animation player."
   spec.summary      = "video animation player."
   spec.platform     = :ios, "8.0"
   spec.platform     = :ios, "8.0"
 
 

+ 13 - 0
iOS/CHANGELOG.md

@@ -1,3 +1,16 @@
+## iOS 1.0.13
+
+**feature**
+
+- 暂停时音频播放跟随暂停
+
+**bugfix**
+
+- 修复AVAudioPlayer被释放后可能导致野指针crash的问题
+
+
+
+
 ## iOS 1.0.12
 ## iOS 1.0.12
 
 
 **bugfix**
 **bugfix**