blob: 2dcd94a7c80a46da54ed25732c5d025b6561c9c7 [file] [log] [blame]
{
"name": "ModelValidator",
"version": "1.0.0",
"summary": "Framework for model validations",
"description": "ModelValidator is a framework for validating models with custom validations\n errors and returning all errors at once.",
"homepage": "https://github.com/railwaymen/ModelValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bartłomiej Świerad": "bartlomiej.swierad@railwaymen.org"
},
"source": {
"git": "https://github.com/railwaymen/ModelValidator.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.2",
"platforms": {
"osx": "10.10"
},
"swift_version": "5.2"
}