Valigator
Swift library to validate single fields or a whole form
Installation
Cocoapods
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', '~> 0.0.2'
Carthage
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"
Swift Package Manager
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", .branch("master"))
]
Manual
TODO
Usage
Documentation
API doc generated by Jazzy
Thanks to
License
Valigator is released under the MIT License.
Feedback is welcome
If you found a bug or want to improve the Valigator feel free to create an issue.