blob: 2ae16c7fed40d7fc4fa337411fd44528ec48df61 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.1.16",
"summary": "comprehensive Bezier curve library written in Swift",
"homepage": "https://github.com/hfutrell/BezierKit",
"license": "MIT",
"authors": {
"Holmes Futrell": "holmesfutrell@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": "AppKit"
},
"source": {
"git": "https://github.com/hfutrell/BezierKit.git",
"tag": "v0.1.16"
},
"source_files": "BezierKit/Library"
}