blob: d05fd58162adbae6917144d7e47d1e4bbb13841f [file] [log] [blame]
{
"name": "SCNActionSequence",
"version": "1.0.0",
"summary": "Allow to create simple sequences for scene kit animation.",
"description": "There is alway a problem to build chain of animations in SceneKit or ARKit.\nNative mechanisms allows to chain several animation and run them on one node, but can't help to chain animations of different nodes.\nSCNActionSequence to fit that gap.",
"homepage": "https://github.com/Michael-Vorontsov/SCNActionSequence",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael-Vorontsov": "michel06@ukr.net"
},
"source": {
"git": "https://github.com/Michael-Vorontsov/SCNActionSequence.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCNActionSequence/Classes/**/*",
"pushed_with_swift_version": "4.0"
}