Skip to content

Commit

Permalink
Merge pull request #8 from iosphere/release/1.0.1
Browse files Browse the repository at this point in the history
Prepare release 1.0.1
  • Loading branch information
felixLam committed Jul 14, 2016
2 parents 6c8ed7e + 7fdf789 commit f5f9be7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# <img src="icon.png" align="center" width="60" height="60"> Changelog

## 1.0.1

* Fixes an issue where the sender of the bar button item's action would be the associated control. The sender of the action is now the bar button item.
* Adds framework target to support Carthage

## 1.0.0

* Initial release.
2 changes: 1 addition & 1 deletion ISHHoverBar.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ISHHoverBar'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A vertical or horizontal toolbar that is designed to hover (float) over your content as seen in the iOS 10 Maps app'
s.description = <<-DESC
A floating UIToolBar replacement supporting vertical and horizontal orientation. It is designed to hover over your content and plays nicely with auto layout.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The following aspects of `ISHHoverBar` can be changed via code or *Interface Bui
* Border (also applied to separators between items):
* `borderWidth`
* `borderColor`
* Background visual effect: `effect`

## General info

Expand Down

0 comments on commit f5f9be7

Please sign in to comment.