Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

A collection of common validation predicates for ValidationToolkit framework

License

Notifications You must be signed in to change notification settings

nsagora/validation-components

Repository files navigation

Validation Kit · Validation Components


Validation Components

travis-status codecov-status carthage-compatible license twitter

Introduction

Validation Components extends the Validation Kit framework by offering a collection of common validation predicates that most of the projects can benefit of.

Installation

Carthage

To use the latest stable version, add this to your Cartfile:

github "nsagora/validation-components" 

To use a certain version, add this to your Cartfile:

github "nsagora/validation-components" >= 0.1.0 

To use the latest version in development, add this to your Cartfile:

github "nsagora/validation-components" "develop" 

The full documentation on how to install and use Carthage is available on their official github page.