[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 5 / a / EVSlidingTableViewCell / 1.1.0 / EVSlidingTableViewCell.podspec.json
blobce5a071cb5137c9990848709ffa2bb7df2461c36
2   "name": "EVSlidingTableViewCell",
3   "version": "1.1.0",
4   "homepage": "https://github.com/epv44/EVSlidingTableViewCell",
5   "authors": {
6     "Eric Vennaro": "epv9@case.edu"
7   },
8   "summary": "UITableViewCell implementing \"swipe to reveal\" a drawer view with customizable action buttons",
9   "description": "Custom UITableViewCell that can be swiped either way to reveal a \"drawer\" with between 1 and 4 customizable action buttons.  These action buttons fade and grow into view as the drawer is swiped.  This cell works on all orientations and all devices.",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/epv44/EVSlidingTableViewCell.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "EVSlidingTableViewCell/Classes/**/*",
22   "resource_bundles": {
23     "EVSlidingTableViewCell": [
24       "EVSlidingTableViewCell/Classes/**/*.{xib}"
25     ]
26   }