blob: 020923bb51c1d616b28a46b5a52cad5695da43de [file] [log] [blame]
{
"name": "CCVSwift",
"version": "0.0.3",
"summary": "Shorthand tool for checking banking credit cards.",
"description": "You can quick add credit card validation to your project. This included Luhn algorithm, PAN card format and card detector for the some first digits of cards.",
"homepage": "https://github.com/GPBDigital/ccvswift",
"license": "MIT",
"authors": {
"Nikolay Kapustin": "greenkaktus@gmail.com"
},
"social_media_url": "http://gpbdigital.com",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/GPBDigital/ccvswift.git",
"tag": "0.0.3"
},
"source_files": "CCVSwift/CCVSwift/*.{h,m,swift,plist}",
"requires_arc": true
}