blob: b8899fbd04ba8d150cd99aa0fad608a91fca7d64 [file] [log] [blame]
{
"name": "GGGridView",
"version": "0.1.0",
"summary": "A Grid View For UIKit",
"description": "A Grid View support custom row/column spacing, width/height constraints, separator",
"homepage": "https://github.com/Zhangguiguang/GGGridView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguiguang": "zhanggzgzhz@gmail.com"
},
"source": {
"git": "https://github.com/Zhangguiguang/GGGridView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "GGGridView/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}