[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 0 / 8 / f / GGTableView / 0.2.3 / GGTableView.podspec.json
blobfd34218181bb40293ee2027ab2676667263987c9
2   "name": "GGTableView",
3   "version": "0.2.3",
4   "summary": "This pod just provides a simpler, maybe, way to use UITableView.",
5   "description": "GGTableView centralizes the management logic for the cell, aims to privide a modular way to use UITableView",
6   "homepage": "https://github.com/coppergaga/GGTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coppergaga": "411998690@qq.comm"
13   },
14   "source": {
15     "git": "https://github.com/coppergaga/GGTableView.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "source_files": "GGTableView/Classes/**/*",
25   "requires_arc": true,
26   "swift_version": "5.0"