Skip to content

Commit

Permalink
Merge pull request #198 from filmhomage/feature/add_cocoapod_badge_an…
Browse files Browse the repository at this point in the history
…d_bump_spec

Added cocoapod badge and bump spec
  • Loading branch information
vikmeup authored Jun 15, 2016
2 parents 93e90c1 + 1c5ab6a commit 0bc2fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)_
Expand Down
2 changes: 1 addition & 1 deletion SCLAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0bc2fdf

Please sign in to comment.