[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / a / 8 / STCollapseTableView / 0.1.0 / STCollapseTableView.podspec.json
blobb6ee474dffd31394f0f49f683fe9b28fded4b8c6
2   "name": "STCollapseTableView",
3   "version": "0.1.0",
4   "summary": "A UITableView subclass that automatically collapse and/or expand your sections.",
5   "description": "                    A UITableView subclass that automatically collapse and/or expand your sections.\n                    You just have to fill your datasource like for a classic UITableView and the magic will happen.\n",
6   "homepage": "https://github.com/iSofTom/STCollapseTableView",
7   "license": "MIT",
8   "authors": {
9     "iSofTom": "thomas@isoftom.com"
10   },
11   "source": {
12     "git": "https://github.com/iSofTom/STCollapseTableView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "STCollapseTableView/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true