Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderedge committed Apr 3, 2020
1 parent 0ae1feb commit 8463143
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MonthYearPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "MonthYearPicker"
s.version = "4.0.1"
s.version = "4.0.2"
s.summary = "A UIControl subclass that allows users to select month and year"
s.description = <<-DESC
`UIDatePicker` doesn't have a mode for month/year, which is commonly used
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,20 @@ iOS 9.0 or later

## Installation

MonthYearPicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
MonthYearPicker is available through [CocoaPods](http://cocoapods.org) or Swift Package Manager.

### CocoaPods

Add the following line to your Podfile:

```ruby
pod "MonthYearPicker", '~> 4.0.1'
pod "MonthYearPicker", '~> 4.0.2'
```

### Swift Package Manager

From within Xcode, select _File__Swift Packages__Add Package Dependency..._ and enter `https://github.com/alexanderedge/MonthYearPicker.git`.

## Author

Alexander Edge, [email protected]
Expand Down

0 comments on commit 8463143

Please sign in to comment.