[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 8 / 0 / 3 / LDDrawingView / 0.1 / LDDrawingView.podspec.json
blob88e4ce1380e60f99592f5773707389951587e25a
2   "name": "LDDrawingView",
3   "version": "0.1",
4   "summary": "Super simple block based drawing for UIViews",
5   "description": "A UIView subclass that allows you not to have to subclass UIView in order to draw. It allows you to pass in drawing / layout blocks that will get called appropriately.",
6   "homepage": "https://github.com/lightdesign/LDDrawingView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Light Design": "lightdesigncoding@icloud.com",
13     "Christian Di Lorenzo": "rcddeveloper@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/lightdesign/LDDrawingView.git",
17     "tag": "0.1"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source_files": "LDDrawingView/LDDrawingView.*",
23   "requires_arc": true