blob: 3e49141cfe0bc2cd7d145040e40cb1ac292f5b0c [file] [log] [blame]
{
"name": "PaymentValidator",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.1",
"source_files": "PaymentValidator/Classes/**/*",
"resources": "PaymentValidator/Assets/*{.png,.xcassets}"
}