blob: 946447bbb62850c58b594a175d1fde6949a9ab45 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.1.0",
"summary": "BezierKit is a library for Bézier curves written in Swift and based on the popular JavaScript library Bezier.js",
"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.0"
},
"source_files": "BezierKit/Library",
"pushed_with_swift_version": "4.0"
}