parent
2f2e183953
commit
6cfc49799b
11
README.md
11
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue