blob: fe515922c3a2f6b5b3ac55c91b2b88cc12580ec0 [file] [log] [blame]
{
"name": "ExtensibleEnumeratedName",
"version": "2.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": "2.0"
},
"source_files": "Sources/ExtensibleEnumeratedName/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "ExtensibleEnumeratedName"
}