Skip to content

Commit

Permalink
Update readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkonovalov committed Aug 11, 2016
1 parent 0f2c3ec commit df0aeb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MKDropdownMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MKDropdownMenu"
s.version = "1.1"
s.version = "1.2"
s.summary = "Dropdown Menu for iOS"
s.description = <<-DESC
Dropdown Menu for iOS with many customizable parameters to suit any needs.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ You can also provide an `NSAttributedString` or custom `UIView` as the display d

The appearance and behavior of the `MKDropdownMenu` can be customized by setting its property values or implementing the corresponding `delegate` methods.

The default menu appearance can be customized throughout the app using the available `UI_APPEARANCE_SELECTOR` properties.


## Requirements
- iOS 8+
Expand Down

0 comments on commit df0aeb6

Please sign in to comment.