[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 5 / c / CNGridView / 1.1.4 / CNGridView.podspec.json
blob053606995053c933ab94bf5ec946789e45d561c0
2   "name": "CNGridView",
3   "version": "1.1.4",
4   "summary": "CNGridView is a (wanna be) replacement for NSCollectionView.",
5   "description": "It has full delegate and dataSource support with method calls like known from NSTableView/UITableView.",
6   "homepage": "https://github.com/phranck/CNGridView",
7   "authors": {
8     "Frank Gregor": "phranck@cocoanaut.com"
9   },
10   "source": {
11     "git": "https://github.com/phranck/CNGridView.git",
12     "tag": "1.1.4"
13   },
14   "platforms": {
15     "osx": "10.7"
16   },
17   "requires_arc": true,
18   "source_files": "CNGridView/*.{h,m}",
19   "license": {
20     "type": "MIT",
21     "file": "ReadMe.md"
22   },
23   "frameworks": "QuartzCore"