4 "summary": "SwiftLuhn is a port of the Luhn algorithm, used for validating debit/credit card details.",
5 "description": "This is a port of the Luhn Algorithm, generally used for validating debit/credit card details, to Swift.\n\nObjective-C port can be found at [https://github.com/MaxKramer/ObjectiveLuhn](https://github.com/MaxKramer/ObjectiveLuhn).",
6 "homepage": "https://github.com/MaxKramer/SwiftLuhn",
9 "Max Kramer": "max@maxkramer.co"
12 "git": "https://github.com/maxkramer/SwiftLuhn.git",
15 "social_media_url": "https://twitter.com/maxkramer",
20 "source_files": "SwiftLuhn/Classes/**/*",
21 "pushed_with_swift_version": "3.0"