blob: 1b1abb7776b4557e74f311a20a34131c0d8c7a85 [file] [log] [blame]
{
"name": "ExtensibleEnumeratedName",
"version": "1.0",
"summary": "Swift protocol for creating names that are type-safe, statically-bound, and extendible at compile time.",
"homepage": "https://github.com/wolfmcnally/ExtensibleEnumeratedName",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/ExtensibleEnumeratedName.git",
"tag": "1.0"
},
"source_files": "ExtensibleEnumeratedName/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "ExtensibleEnumeratedName"
}