blob: b532c763b28f014fca95415accbc23559b42d0ba [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.5.12",
"summary": "comprehensive Bezier Path library written in Swift",
"homepage": "https://github.com/hfutrell/BezierKit",
"license": "MIT",
"authors": {
"Holmes Futrell": "holmesfutrell@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": "AppKit"
},
"source": {
"git": "https://github.com/hfutrell/BezierKit.git",
"tag": "v0.5.12"
},
"source_files": "BezierKit/Library"
}