[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / e / 9 / 6 / UIViewDrawRectBlock / 0.0.1 / UIViewDrawRectBlock.podspec.json
blobca1268a469b5315b58333ac4ecde2644a66e3eba
2   "name": "UIViewDrawRectBlock",
3   "version": "0.0.1",
4   "summary": "A category on UIView to create an instance with a block for its drawRect.",
5   "homepage": "https://github.com/hsjunnesson/UIViewDrawRectBlock",
6   "authors": {
7     "Hans Sjunnesson": "hans.sjunnesson@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "README.md"
12   },
13   "source": {
14     "git": "https://github.com/hsjunnesson/UIViewDrawRectBlock.git",
15     "commit": "09ba68a24924dbcb36aa6f4da4df0aea8d469b37"
16   },
17   "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.",
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": false