blob: 62ed288873445ec8f77fccb3afd50749225ef9fd [file] [log] [blame]
{
"name": "Luhn",
"version": "2.1.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": "2.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift"
}