blob: 32f27ac5d13d556ca1a36d09191098091552689e [file] [log] [blame]
{
"name": "CollapsibleTableSectionViewController",
"version": "2.0.1",
"summary": "Swift 4.2 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": "2.0.1"
},
"source_files": "CollapsibleTableSectionViewController/*.{swift}",
"exclude_files": "CollapsibleTableSectionViewController/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}