[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 7 / 5 / a / EVSlidingTableViewCell / 3.0.0 / EVSlidingTableViewCell.podspec.json
blob31027244dcfbedebf00bb10ea1751bd5f245d12e
2   "name": "EVSlidingTableViewCell",
3   "version": "3.0.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": "3.0.0"
17   },
18   "documentation_url": "https://epv44.github.io/docs/EVSlidingTableViewCell/index.html",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "EVSlidingTableViewCell/Classes/**/*",
23   "resource_bundles": {
24     "EVSlidingTableViewCell": [
25       "EVSlidingTableViewCell/Classes/**/*.{xib}"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"