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