blob: f0a3dc37f751e6eeb848b66826eebd4e76b46eb0 [file] [log] [blame]
{
"name": "GGTableView",
"version": "0.1.0",
"summary": "This pod just provides a simpler, maybe, way to use UITableView.",
"description": "GGTableView centralizes the management logic for the cell, aims to privide a modular way to use UITableView",
"homepage": "https://github.com/coppergaga/GGTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coppergaga": "411998690@qq.comm"
},
"source": {
"git": "https://github.com/coppergaga/GGTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0"
],
"source_files": "GGTableView/Classes/**/*",
"requires_arc": true,
"swift_version": "5.0"
}