blob: 5e782e8759a37411c0310e45d27432aa91921634 [file] [log] [blame]
{
"name": "CCValidator",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCValidator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}