Update README.md

Updated ReadMe to reflect 4.0.0
This commit is contained in:
David Patterson 2016-05-31 12:23:12 -05:00
parent 2f2e183953
commit 6cfc49799b
1 changed files with 7 additions and 4 deletions

View File

@ -21,10 +21,13 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.1"
use_frameworks!
# For SwiftValidator tag 3.0.3
pod 'SwiftValidator', '3.0.3'
# Recommended: For the most recent version of SwiftValidator (master branch)
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'
# As of 4.0.0, SwiftValidator has been extended beyond UITextField
# Note: Installing 4.0.0 will break code from 3.x.x
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :tag => '4.0.0'
# For older versions
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :tag => '3.0.5'
```
Install into your project: