Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Dec 5, 2018
1 parent 582daf0 commit 488b16c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MIDIPianoRollView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -43,6 +44,15 @@ Requirements
* Xcode 10.0+
Install
----
#### CocoaPods
``` ruby
pod 'MIDIPianoRollView'
```
Usage
----
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Requirements
* Xcode 10.0+


Install
----

#### CocoaPods

``` ruby
pod 'MIDIPianoRollView'
```

Usage
----

Expand Down

0 comments on commit 488b16c

Please sign in to comment.