blob: 26cae959072fb5739c441a70bc03336849ebd409 [file] [log] [blame]
{
"name": "XMExpandableTableView",
"version": "0.1.0",
"summary": "This pod allows creating a UITableView whose cells can expand and collapse when selected. You can customize your cell as much as you want.",
"description": "XMExpandableTableView provides a custom UITableViewController class that allows you to quickly implement a TableView that can expand its cells. Cells have a defined collapsed and expanded height. You can customize your cell accordingly.",
"homepage": "https://github.com/xaviermerino/XMExpandableTableView",
"screenshots": "https://dl.dropboxusercontent.com/u/72507896/XMExpandableTableView/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xavier Merino": "xaviermerino@gmail.com"
},
"source": {
"git": "https://github.com/xaviermerino/XMExpandableTableView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/xaviermerino",
"platforms": {
"ios": "8.0"
},
"source_files": "XMExpandableTableView/Classes/**/*"
}