From adbb61b9d6c6be50897e2ec613481c50028920cf Mon Sep 17 00:00:00 2001 From: Jonghyun Kim Date: Wed, 15 Jun 2016 13:14:43 +0900 Subject: [PATCH 1/2] Added cocoapods badge to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dda07f3..8c0e5f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ SCLAlertView =========== +[![Version](https://img.shields.io/cocoapods/v/SCLAlertView.svg?style=flat)](http://cocoadocs.org/docsets/SCLAlertView/) + + Animated Alert View written in Swift, which can be used as a `UIAlertView` or `UIAlertController` replacement. Since `UIAlertView` is deprecated and `UIAlertController` only works on iOS 8.x or above, if you have a Swift project where you want to support iOS 7.x too, SCLAlertView is an ideal substitution. ![BackgroundImage](https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png)_ From 1c5ab6a47d4267fbbb3eb4bee7681192823b5fb1 Mon Sep 17 00:00:00 2001 From: Jonghyun Kim Date: Wed, 15 Jun 2016 13:22:30 +0900 Subject: [PATCH 2/2] Bump spec --- SCLAlertView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCLAlertView.podspec b/SCLAlertView.podspec index 6471dff..e9dab90 100644 --- a/SCLAlertView.podspec +++ b/SCLAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SCLAlertView" - s.version = "0.5.8" + s.version = "0.5.9" s.summary = "Beautiful Alert View. Written in Swift" s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift" s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"