blob: 62ebde3eca5096aca3fce6390b29fd640eb89298 [file] [log] [blame]
{
"name": "Tribool",
"version": "1.1.0",
"summary": "A Swift ยต-Library Providing a Tribool Type (AKA Trilean)",
"description": "A Swift micro-library that provides an Obj-C-compatible Tribool enum type, for representing 3-value logic states: `.true`, `.false`, and `.indeterminate`.",
"homepage": "https://github.com/capnslipp/Tribool",
"license": {
"type": "Public Domain",
"file": "LICENSE"
},
"authors": {
"capnslipp": "Tribool@capnslipp.com"
},
"source": {
"git": "https://github.com/capnslipp/Tribool.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/capnslipp",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/**/*"
}