[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / d / b / GGGridView / 0.1.0 / GGGridView.podspec.json
blobb8899fbd04ba8d150cd99aa0fad608a91fca7d64
2   "name": "GGGridView",
3   "version": "0.1.0",
4   "summary": "A Grid View For UIKit",
5   "description": "A Grid View support custom row/column spacing, width/height constraints, separator",
6   "homepage": "https://github.com/Zhangguiguang/GGGridView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguiguang": "zhanggzgzhz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Zhangguiguang/GGGridView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "GGGridView/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }