blob: 190cbafbdb52cee38cb0bc21dbdfc99da6327b37 [file] [log] [blame]
{
"name": "SCNBezier",
"version": "1.3.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",
"social_media_url": "https://twitter.com/maxxfrazer",
"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.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"frameworks": "SceneKit",
"source_files": "Sources/SCNBezier/*.swift",
"swift_version": "5.0"
}