Skip to content

Commit

Permalink
Fix typo in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
felixLam committed Jul 11, 2016
1 parent e20b78f commit d615a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="icon.png" align="center" width="60" height="60"> Changelog

## 1.0.0
## 1.0.0 and 1.0.1


* Add ISHPullUpRoundedView subclass using a UIVisualEffectView.
Expand Down
2 changes: 1 addition & 1 deletion ISHPullUp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ISHPullUp provides a simple UIViewControlller subclass with two child controller
View subclasses are provided to make beautiful iOS10 style designs easier. ISHPullUpHandleView provides a drag handle as seen in the notification center or Maps app with three states: up, neutral, down. ISHPullUpRoundedView (and ISHPullUpRoundedVisualEffectView) provides the perfect backing view for your bottom view controller with a hairline border, rounded top corners, and a shadow.
DESC
s.homepage = 'https://github.com/iosphere/ISHPermissionKit'
s.homepage = 'https://github.com/iosphere/ISHPullUp'
s.screenshots = 'https://github.com/iosphere/ISHPullUp/raw/master/screenshot.jpg'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Felix Lamouroux' => '[email protected]' }
Expand Down

0 comments on commit d615a28

Please sign in to comment.