Contents

kapizoli77/valigator

Swift library to validate single fields or a whole form

Installation

Cocoapods

[[Pod version]](https://cocoapods.org/pods/Valigator) [[Pod platforms]](https://cocoapods.org/pods/Valigator) 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

[[Carthage compatible]](https://github.com/Carthage/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

[[swift-package-manager]](https://github.com/apple/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", .upToNextMinor(from: "1.0.0"))
]

Manual

TODO

Usage

Detailed usage info

Documentation

API doc generated by Jazzy

License

[[GitHub license]](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.

Package Metadata

Repository: kapizoli77/valigator

Default branch: master

README: README.md