Skip to content

Commit 0bc2fdf

Browse files
authored
Merge pull request #198 from filmhomage/feature/add_cocoapod_badge_and_bump_spec
Added cocoapod badge and bump spec
2 parents 93e90c1 + 1c5ab6a commit 0bc2fdf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
SCLAlertView
22
===========
33

4+
[![Version](https://img.shields.io/cocoapods/v/SCLAlertView.svg?style=flat)](http://cocoadocs.org/docsets/SCLAlertView/)
5+
6+
47
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.
58

69
![BackgroundImage](https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png)_

SCLAlertView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SCLAlertView"
3-
s.version = "0.5.8"
3+
s.version = "0.5.9"
44
s.summary = "Beautiful Alert View. Written in Swift"
55
s.homepage = "https://github.com/vikmeup/SCLAlertView-Swift"
66
s.screenshots = "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/errorScreenshot.png", "https://raw.githubusercontent.com/vikmeup/SCPopUpView/master/successScreenshot.png"

0 commit comments

Comments
 (0)