blob: c1a2b9ad36869644a0f051716bdf3099b44aa471 [file] [log] [blame]
{
"name": "ExpyTableView",
"version": "0.1.0",
"summary": "ExpyTableView lets you make your table view expandable with implementing one method.",
"description": "ExpyTableView allows you to make your table view sections expandable just by implementing one data source method. Uses row insertion and deletion. You specify and return the expanding cell from this data source method and you are ready to go.",
"homepage": "https://github.com/okhanokbay/ExpyTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"okhanokbay": "okhanokbay5@gmail.com"
},
"source": {
"git": "https://github.com/okhanokbay/ExpyTableView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ExpyTableView/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}