File tree 3 files changed +8
-3
lines changed 3 files changed +8
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
---
6
6
7
- ## [ Master] ( https://github.com/fulldecent/FDWaveformView/compare/3.0.0...master )
7
+ ## [ Master] ( https://github.com/fulldecent/FDWaveformView/compare/3.0.1...master )
8
+
9
+ ---
10
+
11
+ ## [ 3.0.1] ( https://github.com/fulldecent/FDWaveformView/releases/tag/3.0.1 )
12
+ Released on 2017-10-27.
8
13
9
14
#### Fixed
10
15
- Fixed Highlight Samples not aligned to base waveform [ #101 ] ( https://github.com/fulldecent/FDWaveformView/issues/101 ) .
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FDWaveformView'
3
- s . version = '3.0.0 '
3
+ s . version = '3.0.1 '
4
4
s . license = { :type => 'MIT' , :file => 'LICENSE' }
5
5
s . summary = 'Reads an audio file and displays the waveform'
6
6
s . description = <<-DESC
12
12
s . source = { :git => 'https://github.com/fulldecent/FDWaveformView.git' , :tag => s . version . to_s }
13
13
s . social_media_url = 'https://twitter.com/fulldecent'
14
14
s . ios . deployment_target = '8.0'
15
+ s . swift_version = '4.0'
15
16
s . source_files = 'Source/*.swift'
16
17
end
You can’t perform that action at this time.
0 commit comments