[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 7 / CollapsibleTableSectionViewController / 0.0.5 / CollapsibleTableSectionViewController.podspec.json
blobca5b239cc6df80116a7fd8f6ed74f97bf23f166c
2   "name": "CollapsibleTableSectionViewController",
3   "version": "0.0.5",
4   "summary": "Swift 3.0 library to support collapsible sections in a table view.",
5   "description": "This CocoaPod provides the ability to easily setup a UITableView with\ncollapsible sections. This project is written purely in Swift 3.0.",
6   "homepage": "https://github.com/jeantimex/CollapsibleTableSectionViewController",
7   "license": "MIT",
8   "authors": {
9     "jeantimex": "jean.timex@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/jeantimex/CollapsibleTableSectionViewController.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "Classes/**/*.swift",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "pushed_with_swift_version": "3.0"