blob: 19de1722a2bb974985013d54ac7b71f5df591340 [file] [log] [blame]
{
"name": "SCNBezier",
"version": "1.2.0",
"summary": "SCNBezier allows users to animate objects along 3D bézier curves.",
"description": "SCNBezier allows users to animate objects along bézier curves.\nAny number of points can be used for the bézier curves, not limited to just quadratic or cubic",
"homepage": "https://github.com/maxxfrazer/SceneKit-Bezier-Animations",
"license": "MIT",
"authors": "Max Cobb",
"source": {
"git": "https://github.com/maxxfrazer/SceneKit-Bezier-Animations.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"frameworks": "SceneKit",
"source_files": "SCNBezier/*.swift"
}