[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / 0 / 9 / CNBaseView / 1.0.6 / CNBaseView.podspec.json
blobdf29ebb552017b3fdda9f16989f5d8e984f20d4e
2   "name": "CNBaseView",
3   "version": "1.0.6",
4   "summary": "CNBaseView is a subclass of NSView that can show an icon and/or a text message if it has no subviews.",
5   "homepage": "https://github.com/phranck/CNBaseView",
6   "authors": {
7     "Frank Gregor": "phranck@cocoanaut.com"
8   },
9   "source": {
10     "git": "https://github.com/phranck/CNBaseView.git",
11     "tag": "1.0.6"
12   },
13   "platforms": {
14     "osx": "10.7"
15   },
16   "requires_arc": true,
17   "source_files": "CNBaseView/*.{h,m}",
18   "license": {
19     "type": "MIT",
20     "file": "ReadMe.md"
21   },
22   "frameworks": "QuartzCore"