Skip to content

Commit

Permalink
Updated pods version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thellimist committed Sep 26, 2016
1 parent 2130102 commit 69120a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EZAlertController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = "EZAlertController"
s.version = "3.0"
s.version = "3.1"
s.summary = "Easy Swift UIAlertController"
s.description = "Easy Swift UIAlertController with only one line"
s.homepage = "https://github.com/thellimist/EZAlertController"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ You can use [CocoaPods](http://cocoapods.org/) to install `EZAlertController` by
platform :ios, '8.0'
use_frameworks!

pod 'EZAlertController', '3.0'
pod 'EZAlertController', '3.1'
```

### Install Manually
Expand Down

0 comments on commit 69120a7

Please sign in to comment.