2 "name": "ExpandableCell",
4 "summary": "Easiest way to expand and collapse cell for iOS with Swift 4",
5 "description": "Easiest usage of expandable & collapsible cell for iOS, written in Swift 4. 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?`",
6 "homepage": "https://github.com/younatics/ExpandableCell",
12 "Seungyoun Yi": "younatics@gmail.com"
15 "git": "https://github.com/younatics/ExpandableCell.git",
18 "source_files": "ExpandableCell/*.swift",
19 "resources": "ExpandableCell/*.xcassets",
23 "frameworks": "UIKit",