blob: e38413e74cda2547576519fcbc15aa6ced548d82 [file] [log] [blame]
{
"name": "BMDrawRectView",
"version": "1.0.0",
"summary": "A UIView subclass with a hot-swappable block for the drawRect method",
"description": " A UIView subclass with a hot-swappable block for the drawRect method. Custom drawRect code without extra subclassing!\n",
"homepage": "https://github.com/iosengineer/BMDrawRectView",
"license": "MIT",
"authors": {
"Adam Iredale": "@iosengineer"
},
"source": {
"git": "https://github.com/iosengineer/BMDrawRectView.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/iosengineer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}