diff --git a/README.md b/README.md index 95a05c1..41de031 100644 --- a/README.md +++ b/README.md @@ -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: