[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 5 / c / CNGridView / 1.1.5 / CNGridView.podspec.json
bloba9856242e7644f93426a6dbe8f137dbd50920a43
2   "name": "CNGridView",
3   "version": "1.1.5",
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.5"
13   },
14   "platforms": {
15     "osx": "10.8"
16   },
17   "requires_arc": true,
18   "source_files": "CNGridView/*.{h,m}",
19   "license": {
20     "type": "MIT",
21     "file": "ReadMe.md"
22   },
23   "frameworks": "QuartzCore"