File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 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.
44
55---
66
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.
813
914#### Fixed
1015- 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 11Pod ::Spec . new do |s |
22 s . name = 'FDWaveformView'
3- s . version = '3.0.0 '
3+ s . version = '3.0.1 '
44 s . license = { :type => 'MIT' , :file => 'LICENSE' }
55 s . summary = 'Reads an audio file and displays the waveform'
66 s . description = <<-DESC
1212 s . source = { :git => 'https://github.com/fulldecent/FDWaveformView.git' , :tag => s . version . to_s }
1313 s . social_media_url = 'https://twitter.com/fulldecent'
1414 s . ios . deployment_target = '8.0'
15+ s . swift_version = '4.0'
1516 s . source_files = 'Source/*.swift'
1617end
You can’t perform that action at this time.
0 commit comments