Swift library to validate single fields or a whole form
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. For usage and installation instructions, visit their website. To integrate Valigator into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'Valigator', '~> 1.0.0'
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Valigator into your Xcode project using Carthage, specify it in your Cartfile:
github "https://github.com/kapizoli77/valigator.git" "master"
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. You can add it with Xcode integrated SPM support or manually, with adding this dependency to your Package.swift file:
dependencies: [
.package(url: "https://github.com/kapizoli77/valigator", .upToNextMinor(from: "1.0.0"))
]
TODO
API doc generated by Jazzy
Valigator is released under the MIT License.
If you found a bug or want to improve the Valigator feel free to create an issue.