Update README.md

This commit is contained in:
Jeff Potter 2015-04-30 17:46:28 -06:00
parent 17c0923537
commit 8d25feda3f
1 changed files with 14 additions and 0 deletions

View File

@ -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