4 "summary": "This is an implementation of the Luhn mod N algorithm in Swift.",
5 "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",
6 "homepage": "https://github.com/ebluehands/LuhnModN",
12 "git": "a.bultot@gmail.com"
15 "git": "https://github.com/ebluehands/LuhnModN.git",
18 "social_media_url": "https://twitter.com/ebluehands",
22 "swift_version": "4.2",
23 "source_files": "LuhnModN/*.swift"