[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / e / 9 / 3 / ExpandableCell / 1.2.1 / ExpandableCell.podspec.json
blob4a78736904379bce0baf4a3e10979c2b72694746
2   "name": "ExpandableCell",
3   "version": "1.2.1",
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/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.1"
17   },
18   "source_files": "ExpandableCell/*.swift",
19   "resources": "ExpandableCell/*.xcassets",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "pushed_with_swift_version": "4.0"