blob: cb9f2d511127e35e8f7f6aea8faf1fd60fc94f87 [file] [log] [blame]
{
"name": "Bezzy",
"version": "0.1.0",
"summary": "Bezzy provides a simple way to build bézier paths using a psuedo-DSL.",
"homepage": "https://github.com/dclelland/Bezzy",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Bezzy.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Bezzy.swift"
},
"requires_arc": true
}