[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / c / CNGridView / 1.1.3 / CNGridView.podspec.json
blob6078fb21cdc7ab0693cb8781da2590dac7172acc
2   "name": "CNGridView",
3   "version": "1.1.3",
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.3"
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"