blob: d973bf90ace7723cef5fba0a6490b6c6360c6b63 [file] [log] [blame]
{
"name": "ASFormValidator",
"version": "0.0.1",
"summary": "Lightweight form validation in Swift",
"homepage": "https://github.com/allanstejlborg/ASFormValidator",
"license": "MIT",
"authors": {
"Allan Stejlborg": "allan@stejlborg.dk"
},
"source": {
"git": "https://github.com/allanstejlborg/ASFormValidator.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/FormValidator/Classes/**/*.swift",
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}