blob: a575cca7bea3ae1b60c1f19e0ec8612c5d1b8a72 [file] [log] [blame]
{
"name": "SBCardValidity",
"version": "1.0.0",
"summary": "🦑 Swifty Card Varlidator.",
"description": "SBCArdValidity is a framework that provides you the type and validation of your card data based on Luhn Algorithm.",
"homepage": "https://github.com/Silvio911/SBCardValidity.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silvio Bulla": "silviobulla@yahoo.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Silvio911/SBCardValidity.git",
"tag": "1.0.0"
},
"source_files": "CardEvaluatorFW/**/*"
}