Update README.md
This commit is contained in:
parent
17c0923537
commit
8d25feda3f
14
README.md
14
README.md
|
|
@ -22,6 +22,20 @@ use_frameworks!
|
|||
pod 'SwiftValidator', '2.0.7'
|
||||
```
|
||||
|
||||
Install into your project:
|
||||
|
||||
```
|
||||
$ pod install
|
||||
```
|
||||
|
||||
Open your project in Xcode from the .xcworkspace file (not the usual project file):
|
||||
|
||||
```
|
||||
$ open MyProject.xcworkspace
|
||||
```
|
||||
|
||||
You can now import SwiftValidator framework into your files.
|
||||
|
||||
Initialize the ``Validator`` by setting a delegate to a View Controller or other object.
|
||||
|
||||
```swift
|
||||
|
|
|
|||
Loading…
Reference in New Issue