Skip to content

Commit

Permalink
New version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qmathe committed May 2, 2019
1 parent 86a9eef commit 1742c52
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DropDownMenuKit.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "DropDownMenuKit"
s.version = "0.8.5"
s.version = "0.8.6"
s.summary = "UIKit drop down menu, simple yet flexible and written in Swift"
s.description = "DropDownMenuKit is a custom UIKit control to show a menu attached to the navigation bar or toolbar. The menu appears with a sliding animation and can be deeply customized. For example, with icons, embedded controls, or a checkmark to denote a selected row among multiple menu cells."
s.homepage = "https://github.com/qmathe/DropDownMenuKit"
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.swift_version = "4.2"
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git" }
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "0.8.6" }
s.source_files = '*.swift', '*.{h,m}'
s.public_header_files = "*.h"
s.resources = "*.xcassets"
Expand Down
2 changes: 1 addition & 1 deletion Example/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>0.8.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>0.8.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,6 +1,11 @@
DropDownMenuKit NEWS
====================

0.8.6
-----

- Migrated to Swift 4.2

0.8.5
-----

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,8 @@ DropDownMenuKit requires at least Xcode 9 and supports iOS 8 or higher.

| Swift | DropDownMenuKit |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| >= 4.2 | master |
| 5 | master |
| 4.2 | [0.8.6](https://github.com/qmathe/DropDownMenuKit/releases/tag/0.8.6) or branch [swift-4.2](https://github.com/qmathe/DropDownMenuKit/tree/swift-4.2) |
| 4.X | [0.8.5](https://github.com/qmathe/DropDownMenuKit/releases/tag/0.8.5) or branch [swift-4.1](https://github.com/qmathe/DropDownMenuKit/tree/swift-4.1) |
| 3.X | [0.8.4](https://github.com/qmathe/DropDownMenuKit/releases/tag/0.8.4) or branch [swift-3.2](https://github.com/qmathe/DropDownMenuKit/tree/swift-3.2) |
| >= 2.2 | [0.8.1](https://github.com/qmathe/DropDownMenuKit/releases/tag/0.8.1) or branch [swift-2.2](https://github.com/qmathe/DropDownMenuKit/tree/swift-2.2) |
Expand Down

0 comments on commit 1742c52

Please sign in to comment.