blob: 0810e8560353913ae6a33ddccb3416553361a15c [file] [log] [blame]
{
"name": "YNExpandableCell",
"version": "0.6.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/YNExpandableCell",
"screenshots": "https://raw.githubusercontent.com/younatics/YNExpandableCell/master/Images/YNExpandableCell.PNG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seungyoun Yi": "younatics@gmail.com"
},
"source": {
"git": "https://github.com/younatics/YNExpandableCell.git",
"tag": "0.6.0"
},
"source_files": "YNExpandableCell/YNExpandableCell/*.swift",
"resources": "YNExpandableCell/YNExpandableCell/*.xcassets",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}