[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 8 / e / YNExpandableCell / 0.2.0 / YNExpandableCell.podspec.json
blobd62b17bcb803dedf8c99de55e896969065c98cde
2   "name": "YNExpandableCell",
3   "version": "0.2.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://github.com/younatics/YNExpandableCell/blob/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": "0.2.0"
18   },
19   "source_files": "YNExpandableCell/YNExpandableCell/*.swift",
20   "resources": "YNExpandableCell/YNExpandableCell/*.xcassets",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"