blob: dc7694e3114e1af0cd9b96c18dab7882b7df4b53 [file] [log] [blame]
{
"name": "CollapsibleTableSectionViewController",
"version": "0.0.9",
"summary": "Swift 3.0 library to support collapsible sections in a table view.",
"description": "This CocoaPod provides the ability to easily setup a UITableView with\ncollapsible sections. This project is written purely in Swift 3.0.",
"homepage": "https://github.com/jeantimex/CollapsibleTableSectionViewController",
"license": "MIT",
"authors": {
"jeantimex": "jean.timex@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jeantimex/CollapsibleTableSectionViewController.git",
"tag": "0.0.9"
},
"source_files": "CollapsibleTableSectionViewController/*.{swift}",
"exclude_files": "CollapsibleTableSectionViewController/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}