blob: c8cd039a1fd4ced5981bf9f79b47d090157ec3b2 [file] [log] [blame]
{
"name": "SimpleBlockDrawing",
"version": "1.0.2",
"summary": "Category for drawing on UIView with a simplest way",
"description": " Category for drawing on UIView with a simplest way.\n",
"homepage": "https://github.com/mhergon/SimpleBlockDrawing",
"license": "MIT (LICENSE)",
"authors": {
"Marc Hervera": "mhergon@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mhergon/SimpleBlockDrawing.git",
"commit": "731d93103e9cd66cb17bc55dd9c4c9ceeafe41db",
"tag": "1.0.2"
},
"source_files": [
"UIView+DrawBlock.h",
"UIView+DrawBlock.m"
],
"requires_arc": true
}