[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 2 / 1 / ESPopoverWithChoices / 2.3.2 / ESPopoverWithChoices.podspec.json
blob706c687e255d9ca82cfaa10907e8b15645d1a3e3
2   "name": "ESPopoverWithChoices",
3   "version": "2.3.2",
4   "summary": "Small helper class to display a set of choices in a popover.",
5   "description": "This class makes it easy to provide a list of possible choices,\noptionally with associated images, to display those\nchoices in a non-scrolling popover, and to relay them back\nto a delegate.",
6   "homepage": "https://github.com/evands/ESPopoverWithChoices",
7   "license": "MIT",
8   "authors": {
9     "Evan D. Schoenberg, M.D.": "evan@regularrateandrhythm.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/evands/ESPopoverWithChoices.git",
16     "tag": "2.3.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true