[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / d / 0 / 9 / CNBaseView / 1.0.4 / CNBaseView.podspec.json
blob742aa8a69406daa32e8f9d9477ef8cb3fd064dcb
2   "name": "CNBaseView",
3   "version": "1.0.4",
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.4"
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"