[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 3 / ExpandableCell / 1.3.1 / ExpandableCell.podspec.json
blobd33ed835e4db16085345fe55f2c61a528a112410
2   "name": "ExpandableCell",
3   "version": "1.3.1",
4   "summary": "Easiest way to expand and collapse cell for iOS with Swift 5",
5   "description": "Easiest usage of expandable & collapsible cell for iOS, written in Swift 5. 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.3.1"
17   },
18   "source_files": "ExpandableCell/*.swift",
19   "resource_bundles": {
20     "ExpandableCell": [
21       "ExpandableCell/*.xcassets"
22     ]
23   },
24   "swift_versions": "5.0",
25   "platforms": {
26     "ios": "8.0"
27   },
28   "frameworks": "UIKit",
29   "requires_arc": true,
30   "swift_version": "5.0"