Skip to content

taonos/ValidationNEL

Repository files navigation

ValidationNEL

Build Status License MIT pod Platform (iOS | OS X | tvOS | watchOS) Carthage compatible

ValidationNEL accumulates failures instead of exiting out upon first failure. This is useful in situations where examing all possible failures is desirable.

For example, when asking a user to enter a password, we should make sure it satisfies certain constraints such as length, containing special characters. All constraints should be examined and corresponding error messages should be displayed.

Installation

CocoaPods

Simply add the following line to your Podfile:

pod "ValidationNEL"

And then run:

pod install

Carthage

Just add the following to your Cartfile

github "Hxucaa/ValidationNEL"

And run:

carthage update

To Run The Prorject

git clone https://github.com/Hxucaa/ValidationNEL
cd ValidationNEL
bin/setup

Features

Currently ValidationNEL supports the following features:

To do

Author

Lance Zhu

License

ValidationNEL is available under the MIT license. See the LICENSE file for more info.