blob: 67c1c8410811ec4a145d5699a419e76593e5f74c [file] [log] [blame]
{
"name": "LuhnModN",
"version": "1.1.1",
"summary": "This is an implementation of the Luhn mod N algorithm in Swift.",
"description": "This is an implementation of the Luhn mod N algorithm in Swift.\n\nFeatures :\n\n * Add the check digit to a string\n * Check the validity of a string\n * Works in mod 2 to 36",
"homepage": "https://github.com/ebluehands/LuhnModN",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "a.bultot@gmail.com"
},
"source": {
"git": "https://github.com/ebluehands/LuhnModN.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/ebluehands",
"platforms": {
"ios": "9.2"
},
"source_files": "LuhnModN/*.swift",
"pushed_with_swift_version": "4.0"
}