From 839ef5202e38bcb3f2973ba049dce0b94ce645e0 Mon Sep 17 00:00:00 2001 From: David Patterson Date: Mon, 9 May 2016 14:08:52 -0500 Subject: [PATCH] Update README.md Added alternate CocoaPod install option to ensure SwiftValidator pod mirrors master branch. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2522f..edf389d 100644 --- a/README.md +++ b/README.md @@ -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: