-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,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/ISHPullUp' | ||
s.screenshots = 'https://github.com/iosphere/ISHPullUp/raw/master/screenshot.jpg' | ||
s.screenshots = 'https://raw.githubusercontent.com/iosphere/ISHPullUp/master/SupportingFiles/screenshot.jpg' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Felix Lamouroux' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/iosphere/ISHPullUp.git', :tag => s.version.to_s } | ||
|