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