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