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