[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / 9 / 6 / a / AECollapsableTableView / 0.2.0 / AECollapsableTableView.podspec.json
blob0d49d8e277bfb66a750d3cf63fac068a93fbb3a7
2   "name": "AECollapsableTableView",
3   "version": "0.2.0",
4   "summary": "A collapsable UITableView which supports collapse and expand behavor.",
5   "description": "A subclass of UITableView that supports the ability to collapse or expand sections in a table view. \n\nThis library is inspired by the another similar project AECollectionView.  The AECollapsableTableView handles all collapse and expand logic\n\nAECollapsableTableView defined the toggle method for a spefic section, so that the developers can trigger the toggle action conventiently. The section can be expanded by tapping the button in the header view. You can check detail in the sample project.\n\nAdditionally,  here goes the other features you can utilize:\nCollpase all sections\nExpand all section",
6   "homepage": "https://github.com/canicelebrate/AECollapsableTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Wang": "canicelebrate@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/canicelebrate/AECollapsableTableView.git",
19     "tag": "0.2.0"
20   },
21   "source_files": [
22     "AECollapsableTableView",
23     "AECollapsableTableView/**/*.{h,m}"
24   ],
25   "exclude_files": "AECollapsableTableView/Exclude"