Skip to content

Commit 6520eeb

Browse files
committed
Use dashe for pre release version
1 parent 0ea4fd4 commit 6520eeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.beta.1"
3+
s.version = "2.0.0-beta1"
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 => s.version.to_s }
9+
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.0-beta1" }
1010

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install with [CocoaPods](http://cocoapods.org) by adding the following to your P
3939

4040
``` ruby
4141
platform :ios, '7.0'
42-
pod 'ECSlidingViewController', '~> 2.0.beta'
42+
pod 'ECSlidingViewController', '~> 2.0.0-beta'
4343
```
4444

4545
**Note**: We follow http://semver.org for versioning the public API.

0 commit comments

Comments
 (0)