We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0923 commit 8d25fedCopy full SHA for 8d25fed
1 file changed
README.md
@@ -22,6 +22,20 @@ use_frameworks!
22
pod 'SwiftValidator', '2.0.7'
23
```
24
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
39
Initialize the ``Validator`` by setting a delegate to a View Controller or other object.
40
41
```swift
0 commit comments