blob: ca1268a469b5315b58333ac4ecde2644a66e3eba [file] [log] [blame]
{
"name": "UIViewDrawRectBlock",
"version": "0.0.1",
"summary": "A category on UIView to create an instance with a block for its drawRect.",
"homepage": "https://github.com/hsjunnesson/UIViewDrawRectBlock",
"authors": {
"Hans Sjunnesson": "hans.sjunnesson@gmail.com"
},
"license": {
"type": "MIT",
"file": "README.md"
},
"source": {
"git": "https://github.com/hsjunnesson/UIViewDrawRectBlock.git",
"commit": "09ba68a24924dbcb36aa6f4da4df0aea8d469b37"
},
"description": "Tired of subclassing UIView just to implement drawRect? This is a category on UIView to create an instance with a block for its drawRect.",
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"requires_arc": false
}