[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 2 / 1 / ESPopoverWithChoices / 2.3.1 / ESPopoverWithChoices.podspec.json
blob86aa14a7abdc3730f0a0968e35346f0e17ca8297
2   "name": "ESPopoverWithChoices",
3   "version": "2.3.1",
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,\n                   optionally with associated images, to display those\n                   choices in a non-scrolling popover, and to relay them back\n                   to a delegate.\n",
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.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true