[Add] MixedObject 1.0.0
[CocoaPods.git] / Specs / b / 0 / 1 / GWCollapsibleTable / 0.1.0 / GWCollapsibleTable.podspec.json
blob7b75baf9fb915714715ae5606a879ab5659fd6da
2   "name": "GWCollapsibleTable",
3   "version": "0.1.0",
4   "summary": "UITableView that support collapsing.",
5   "description": "                    GWCollapsibleTable offers a simpler way to manage a UITableView with collapsible sections.\n",
6   "homepage": "https://github.com/gregwym/GWCollapsibleTable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Greg Wang": "gregwym@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/gregwym/GWCollapsibleTable.git",
20     "tag": "v0.1.0"
21   },
22   "source_files": "CollapsibleTable/GWCollapsibleTable/**/*.{h,m}"