Latest | 1.2.0 |
---|---|
Homepage | https://github.com/capnslipp/Tribool |
License | Public Domain |
Platforms | ios 8.0, osx 10.9 |
Authors |
Tribool is a Swift micro-library that provides an Obj-C-compatible Tribool
enum type, for representing 3-value logic states: .true
, .false
, and .indeterminate
.
Latest podspec
{ "name": "Tribool", "version": "1.2.0", "summary": "A Swift u00b5-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": "[email protected]" }, "source": { "git": "https://github.com/capnslipp/Tribool.git", "tag": "1.2.0" }, "social_media_url": "https://twitter.com/capnslipp", "platforms": { "ios": "8.0", "osx": "10.9" }, "source_files": "Sources/**/*" }
Fri, 03 May 2019 10:52:05 +0000