blob: 1fa960e6bb918337b7711bb3d825e74eafc5d85a [file] [log] [blame]
{
"name": "LuhnModN",
"version": "1.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/ebluehands",
"platforms": {
"ios": "9.2"
},
"swift_version": "4.2",
"source_files": "LuhnModN/*.swift"
}