[Add] JLBlueLink 1.0.0
[CocoaPods.git] / Specs / 7 / 5 / a / EVSlidingTableViewCell / 3.0.1 / EVSlidingTableViewCell.podspec.json
blob1b9fe70f53b267aff1b7d1abfcc61d58645eab52
2   "name": "EVSlidingTableViewCell",
3   "version": "3.0.1",
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": "3.0.1"
17   },
18   "documentation_url": "https://epv44.github.io/docs/EVSlidingTableViewCell/index.html",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "swift_versions": "5.0",
23   "source_files": "EVSlidingTableViewCell/Classes/**/*",
24   "resource_bundles": {
25     "EVSlidingTableViewCell": [
26       "EVSlidingTableViewCell/Classes/**/*.{xib}"
27     ]
28   },
29   "swift_version": "5.0"