blob: 154cf3a3055e614bfa26dcb6761be795dc4e9bdc [file] [log] [blame]
{
"name": "ValidatedExtension",
"version": "4.0.0",
"summary": "A Swift μ-Library for Somewhat Dependent Types",
"description": "Validated is a μ-library (~50 Source Lines of Code) that allows you make better use of Swift's type system\nby providing tools for easily generating new types with built-in guarantees.",
"homepage": "https://vknabel.github.io/ValidatedExtension",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Valentin Knabel": "develop@vknabel.com"
},
"social_media_url": "https://twitter.com/vknabel",
"source": {
"git": "https://github.com/vknabel/ValidatedExtension.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift"
}