blob: 9654b9761b22482fc95b387b809775bae7386647 [file] [log] [blame]
{
"name": "CCValidator",
"version": "1.0.1",
"summary": "CCValidator helps you validate credit card type and numbers correctness.",
"description": "Check credit card type (full number not needed!)\n and to check if the numbers are correct using Luhn algorithm.",
"homepage": "https://github.com/DigitalForms/CCValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mariusz Wisniewski": "mariusz.wisniewski@digitalforms.pl"
},
"source": {
"git": "https://github.com/DigitalForms/CCValidator.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCValidator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}