blob: 0ebdaa1265ab0e7500e3558cd7836ecfddb4866a [file] [log] [blame]
{
"name": "SKSTableView",
"version": "0.0.3",
"summary": "An expandable table view.",
"description": "SKSTableView is a custom table view class extended from UITableView class.\nThis class provides a single-level hierarchical structure(an expandable table view) for your contents.\nIn order to minimalize the effectiveness of the table view, the default insertion and remove mechanism of UITableView (insertRowsAtIndexPaths:withRowAnimation: and deleteRowsAtIndexPaths:withRowAnimation:) is used.\nMain rows of your table view, which can be expandable or not must be instances of SKSTableViewCell class. Subrows can be instances of any class that is extended from UITableViewCellor or UITableViewCell itself.",
"homepage": "https://github.com/weekwood/SKSTableView",
"screenshots": "https://raw.githubusercontent.com/weekwood/SKSTableView/master/screenshot.PNG",
"license": "MIT",
"authors": "sakkaras",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/weekwood/SKSTableView.git",
"tag": "0.0.3"
},
"source_files": [
"SKSTableView/SKSTableView.{h,m}",
"SKSTableView/SKSTableViewCell.{h,m}",
"SKSTableView/SKSTableViewCellIndicator.{h,m}"
],
"resources": "SKSTableView/*.png",
"requires_arc": true
}