Update README.md

Added alternate CocoaPod install option to ensure SwiftValidator pod mirrors master branch.
This commit is contained in:
David Patterson 2016-05-09 14:08:52 -05:00
parent a2a2fb2858
commit 839ef5202e
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.1"
use_frameworks!
pod 'SwiftValidator', '3.0.3'
# 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'
```
Install into your project: