blob: 37274a0a7f5b91077fcb8b0c44ec1bc38d493a14 [file] [log] [blame]
{
"name": "SimpleBlockDrawing",
"version": "1.0.3",
"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": "c9a28737efee40c87d898f490031fa114e34a0c0",
"tag": "1.0.3"
},
"source_files": [
"UIView+DrawBlock.h",
"UIView+DrawBlock.m"
],
"requires_arc": true
}