blob: 5650c976f194ada44209820ced230589aa0de609 [file] [log] [blame]
{
"name": "UIBezierPath+DSL",
"version": "0.1.0",
"summary": "UIBezierPath+DSL provides a simple way to build bezier paths using a psuedo-DSL.",
"homepage": "https://github.com/dclelland/UIBezierPath-DSL",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/UIBezierPath-DSL.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "UIBezierPath+DSL/*.{h,m}"
},
"requires_arc": true
}