blob: a51647b86b6a797f99cb5d79f7f1d6eba3204608 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.7.0",
"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.7.0"
},
"source_files": "BezierKit/Library"
}