blob: 7b2a4a69a5fba944c8552295abb825363270709a [file] [log] [blame]
{
"name": "SwiftLuhn",
"version": "0.2.2",
"summary": "SwiftLuhn is a port of the Luhn algorithm, used for validating debit/credit card details.",
"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).",
"homepage": "https://github.com/MaxKramer/SwiftLuhn",
"license": "MIT",
"authors": {
"Max Kramer": "max@maxkramer.co"
},
"source": {
"git": "https://github.com/maxkramer/SwiftLuhn.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/uint_max",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftLuhn/Classes/**/*"
}