blob: 35ca104c300d2f656a3efe5632e295c5eb4fe398 [file] [log] [blame]
{
"name": "ExtensibleEnumeratedName",
"version": "1.0.3",
"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.3"
},
"source_files": "ExtensibleEnumeratedName/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "ExtensibleEnumeratedName"
}