blob: d7bfc51b157ec42cabaadb95925ccf9012b21c07 [file] [log] [blame]
{
"name": "MTPencil",
"version": "0.0.1",
"summary": "Library for animated line drawing (like an invisible pencil).",
"homepage": "https://github.com/mysterioustrousers/MTPencil",
"license": "BSD",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTPencil.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MTPencil/MTPencil.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true,
"dependencies": {
"MTGeometry": [
]
}
}