Update README.md

This commit is contained in:
David Patterson 2016-02-16 01:39:55 -06:00
parent 3bab916c05
commit cb94d71119
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ SwiftValidator
===============
[![Build Status](https://travis-ci.org/jpotts18/SwiftValidator.svg?branch=travis-ci)](https://travis-ci.org/jpotts18/SwiftValidator) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Coverage Status](https://coveralls.io/repos/github/davepatterson/SwiftValidator/badge.svg?branch=master)](https://coveralls.io/github/davepatterson/SwiftValidator?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/davepatterson/SwiftValidator/badge.svg?branch=master)](https://coveralls.io/github/davepatterson/SwiftValidator?branch=wip)
Swift Validator is a rule-based validation library for Swift.
@ -23,7 +23,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.1"
use_frameworks!
pod 'SwiftValidator', '3.0.1'
pod 'SwiftValidator', '3.0.3'
```
Install into your project: