blob: e48435a36537e4836792dbb8783540951f782db9 [file] [log] [blame]
{
"name": "Luhn",
"version": "1.0.0",
"license": "MIT",
"summary": "A base-independent implementation of the Luhn algorithm for Swift. Useful for generating and verifying check digits in arbitrary bases.",
"homepage": "https://github.com/serluca/luhn",
"social_media_url": "http://twitter.com/serluca",
"authors": {
"Luca Serpico": "serpicoluca@gmail.com"
},
"source": {
"git": "https://github.com/serluca/luhn.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Luhn.playground/Sources/*.swift"
}