[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / e / YNExpandableCell / 1.1.0 / YNExpandableCell.podspec.json
blob25e9eaa7495130e837a3f86ef3f5808c1311425c
2   "name": "YNExpandableCell",
3   "version": "1.1.0",
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://raw.githubusercontent.com/younatics/YNExpandableCell/master/Images/YNExpandableCell.PNG",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Seungyoun Yi": "younatics@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/younatics/YNExpandableCell.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "YNExpandableCell/*.swift",
20   "resources": "YNExpandableCell/*.xcassets",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"