2 "name": "YNExpandableCell",
4 "summary": "Easiest way to expand and collapse cell for iOS with Swift 3",
5 "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?`",
6 "homepage": "https://github.com/younatics/YNExpandableCell",
7 "screenshots": "https://github.com/younatics/YNExpandableCell/blob/master/Images/YNExpandableCell.PNG",
13 "Seungyoun Yi": "younatics@gmail.com"
16 "git": "https://github.com/younatics/YNExpandableCell.git",
19 "source_files": "YNExpandableCell/YNExpandableCell/*.swift",
20 "resources": "YNExpandableCell/YNExpandableCell/*.xcassets",
24 "frameworks": "UIKit",
26 "pushed_with_swift_version": "3.0"