blob: df2fb2256b7d668e951c36285f112f15a6502239 [file] [log] [blame]
{
"name": "SwiftLuhn",
"version": "0.1.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": "0.1.0"
},
"social_media_url": "https://twitter.com/maxkramer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}