blob: bd59087f150baceed0bfafe4383f44976d510138 [file] [log] [blame]
{
"name": "PointFree-Validated",
"module_name": "Validated",
"version": "0.2.0",
"summary": "A result type that accumulates multiple errors.",
"description": "Swift error handling short-circuits on the first failure. Because of this, it's not the greatest option for handling things like form data, where multiple inputs may result in multiple errors.\n\nValidated is a Result-like type that can accumulate multiple errors.",
"homepage": "https://github.com/pointfreeco/swift-validated",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com",
"Brandon Williams": "mbw234@gmail.com"
},
"social_media_url": "https://twitter.com/pointfreeco",
"source": {
"git": "https://github.com/pointfreeco/swift-validated.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"dependencies": {
"NonEmpty": [
"~> 0.2.0"
]
}
}