[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / e / 9 / 3 / ExpandableCell / 1.2.7 / ExpandableCell.podspec.json
bloba90b111af55dc57c56df576dfcdbaa2e82565979
2   "name": "ExpandableCell",
3   "version": "1.2.7",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Seungyoun Yi": "younatics@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/younatics/ExpandableCell.git",
16     "tag": "1.2.7"
17   },
18   "source_files": "ExpandableCell/*.swift",
19   "resources": "ExpandableCell/*.xcassets",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "UIKit",
24   "requires_arc": true