blob: 489787709f8d36dece292f9bca7399724abda0b4 [file] [log] [blame]
{
"name": "SimpleBlockDrawing",
"version": "0.1",
"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": "590f3eedc879c8e36dd750e5a6736f4b1580bbc8",
"tag": "0.1"
},
"source_files": [
"UIView+DrawBlock.h",
"UIView+DrawBlock.m"
],
"requires_arc": true
}