blob: e41632cb5b27c21b8afab8768f48fc9f9e4e9f5f [file] [log] [blame]
{
"name": "Validated",
"version": "3.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://github.com/Ben-G/Validated",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de"
},
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/Ben-G/Validated.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Validated/**/*.swift"
}