blob: 57bfe3695d8b03d4c99100427f5a6018ddb6b8f2 [file] [log] [blame]
{
"name": "UIBezierPath+DSL",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "UIBezierPath+DSL/*.{h,m}"
},
"requires_arc": true
}