Skip to content

nybex/NYDamm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Damm

CI Status

Usage

This library exposes two methods:

#import 'NYDamm.h'

int val = [NYDamm generate:@"12345"];
//=> 9
BOOL isValid = [NYDamm isValid:@"123459"];
//=> YES

Installation

Damm is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Damm"

Author

Jud Stephenson @JudStephenson

License

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