diff --git a/MIDIPianoRollView.podspec b/MIDIPianoRollView.podspec index b14e0a4..97a14d0 100644 --- a/MIDIPianoRollView.podspec +++ b/MIDIPianoRollView.podspec @@ -18,6 +18,7 @@ Pod::Spec.new do |spec| spec.name = "MIDIPianoRollView" spec.version = "0.0.1" spec.summary = "Customisable UIScrollView subclass for rendering/editing MIDI notes on a piano roll view." + spec.swift_version = "4.2" # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -43,6 +44,15 @@ Requirements * Xcode 10.0+ +Install +---- + +#### CocoaPods + +``` ruby +pod 'MIDIPianoRollView' +``` + Usage ---- diff --git a/README.md b/README.md index 68ed5b4..cb94132 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Requirements * Xcode 10.0+ +Install +---- + +#### CocoaPods + +``` ruby +pod 'MIDIPianoRollView' +``` + Usage ----