File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed 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.1...master )
7+ ## [ Master] ( https://github.com/fulldecent/FDWaveformView/compare/4.0.0...master )
8+
9+ ---
10+
11+ ## [ 4.0.0] ( https://github.com/fulldecent/FDWaveformView/releases/tag/4.0.0 )
12+ Released on 2019-04-08.
813
914#### Changed
1015- Converted to Swift 4.2 and Xcode 10
@@ -13,6 +18,7 @@ All notable changes to this project will be documented in this file.
1318 - Added by [ HANAI, Tohru] ( https://github.com/reedom )
1419- Improve rendering of zooming and scrolling with highlight
1520 - Added by [ HANAI, Tohru] ( https://github.com/reedom )
21+ - Updated to Swift 5
1622
1723---
1824
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FDWaveformView'
3- s . version = '3 .0.1 '
3+ s . version = '4 .0.0 '
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.2 '
15+ s . swift_version = '5.0 '
1616 s . source_files = 'Source/*.swift'
1717end
You can’t perform that action at this time.
0 commit comments