Skip to content

Commit 8d25fed

Browse files
committed
Update README.md
1 parent 17c0923 commit 8d25fed

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ use_frameworks!
2222
pod 'SwiftValidator', '2.0.7'
2323
```
2424

25+
Install into your project:
26+
27+
```
28+
$ pod install
29+
```
30+
31+
Open your project in Xcode from the .xcworkspace file (not the usual project file):
32+
33+
```
34+
$ open MyProject.xcworkspace
35+
```
36+
37+
You can now import SwiftValidator framework into your files.
38+
2539
Initialize the ``Validator`` by setting a delegate to a View Controller or other object.
2640

2741
```swift

0 commit comments

Comments
 (0)