blob: e4f76008bbdd4c43c8ed3b353df813e4352db4d0 [file] [log] [blame]
{
"name": "SDCollapsibleTableView",
"version": "0.1.0",
"summary": "A Swift library that helps you collapse table view sections.",
"description": "This CocoaPod provides the ability to easily setup a UITableView with\ncollapsible sections. This project is written purely in Swift 4.2.",
"homepage": "https://github.com/williamyeung72/SDCollapsibleTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Yeung": "william.yeung@relaxops.com"
},
"source": {
"git": "https://github.com/williamyeung72/SDCollapsibleTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SDCollapsibleTableView/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "4.0",
"swift_version": "4.0"
}