Skip to content

Commit 626c9d6

Browse files
committed
Version bump
1 parent 02357ce commit 626c9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ECSlidingViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ECSlidingViewController"
3-
s.version = "2.0.0-beta1"
3+
s.version = "2.0.0-beta2"
44
s.summary = "View controller container that presents its child view controllers in two sliding layers. Inspired by the Path 2.0 and Facebook iPhone apps."
55
s.description = "ECSlidingViewController is a view controller container that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps."
66
s.homepage = "https://github.com/ECSlidingViewController/ECSlidingViewController"
77
s.license = 'MIT'
88
s.author = { "Mike Enriquez" => "[email protected]" }
9-
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.0-beta1" }
9+
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.0-beta2" }
1010

1111
s.platform = :ios, '7.0'
1212
s.requires_arc = true

0 commit comments

Comments
 (0)