blob: e9e1636cc3ab58bdbf00db386352bc64140739b8 [file] [log] [blame]
{
"name": "ExpandableCell",
"version": "1.2.0",
"summary": "Easiest way to expand and collapse cell for iOS with Swift 3",
"description": "Easiest usage of expandable & collapsible cell for iOS, written in Swift 3. You can customize expandable `UITableViewCell` whatever you like. `YNExpandableCell` is made because `insertRows(at indexPaths, with animation` and `deleteRows(at indexPaths, with animation` is hard to use. You can just inheirt `YNTableViewDelegate` and add one more method `func tableView(_ tableView: YNTableView, expandCellAt indexPath) -> UITableViewCell?`",
"homepage": "https://github.com/younatics/ExpandableCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.com"
},
"source": {
"git": "https://github.com/younatics/ExpandableCell.git",
"tag": "1.2.0"
},
"source_files": "ExpandableCell/*.swift",
"resources": "ExpandableCell/*.xcassets",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}