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