blob: fde23a873ae70212323f17911f2a9edec950534e [file] [log] [blame]
{
"name": "WolfNesting",
"version": "0.1.0",
"summary": "An operator for easily and visually creating nested object hierarchies.",
"description": "An operator for easily and visually creating nested object hierarchies, such as UIViews, NSViews, or SpriteKit or SceneKit nodes.",
"homepage": "https://github.com/wolfmcnally/WolfNesting",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfNesting.git",
"tag": "0.1.0"
},
"source_files": "WolfNesting/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfNesting"
}