blob: e2432a27006423741adf8af29f6ac53c4d0bde07 [file] [log] [blame]
{
"name": "SwiftLuhn",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/uint_max",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftLuhn/Classes/**/*",
"swift_version": "4.0"
}