Valigator

Valigator

Maintenance Actions Status

Swift library to validate single fields or a whole form

Installation

Cocoapods

Pod version Pod platforms 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 compatible 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 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

Detailed usage info

Documentation

API doc generated by Jazzy

Thanks to

License

GitHub 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.