blob: 2c64b94cec4d71631f6d61e6fa63f797e5550b79 [file] [log] [blame]
{
"name": "CollapsibleTableSectionViewController",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "CollapsibleTableSectionViewController/*.{swift}",
"exclude_files": "CollapsibleTableSectionViewController/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}