blob: ce6ed8e26791459ee5cbc7a6b301c6b7689b85c1 [file] [log] [blame]
{
"name": "PaymentValidator",
"version": "0.0.8",
"summary": "A simple credit card validator.",
"description": "A simple credit card validator useful to developers who want an on device way of validating a credit cards number is potentially valid.",
"homepage": "https://github.com/educrate/payment-validator-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"christianampe": "christianampe.work@gmail.com"
},
"source": {
"git": "https://github.com/educrate/payment-validator-ios.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.1",
"source_files": "PaymentValidator/Classes/**/*",
"resources": "PaymentValidator/Assets/*{.png,.xcassets}"
}