Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts18 committed Apr 30, 2015
1 parent 17c0923 commit 8d25fed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d25fed

Please sign in to comment.