We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fddfb commit 2a6c23aCopy full SHA for 2a6c23a
1 file changed
README.md
@@ -22,11 +22,16 @@ platform :ios, "8.1"
22
23
use_frameworks!
24
25
-# As of 4.0.0, SwiftValidator has been extended beyond UITextField
+# Swift 3
26
+# Extended beyond UITextField
27
+pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'
28
+
29
+# Swift 2.1
30
31
# Note: Installing 4.x.x will break code from 3.x.x
32
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :tag => '4.0.0'
33
-# For older versions
34
+# Swift 2.1 (limited to UITextField validation)
35
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :tag => '3.0.5'
36
```
37
0 commit comments