Skip to content

Commit

Permalink
Bump pod spec version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixLam committed Jul 11, 2016
1 parent d615a28 commit 6ecb84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHPullUp.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ISHPullUp'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Vertical split view controller with pull up gesture as seen in the iOS 10 Maps and Music app'
s.description = <<-DESC
ISHPullUp provides a simple UIViewControlller subclass with two child controllers. The layout can be managed entirely via delegation and is easy to use with autolayout. A pan gesture allows the user to drag the bottom view controller up or down.
Expand Down

0 comments on commit 6ecb84d

Please sign in to comment.