blob: 78b213a47f4449e2247a00e17477862a1ff6a790 [file] [log] [blame]
{
"name": "ESPopoverWithChoices",
"version": "2.3.5",
"summary": "Small helper class to display a set of choices in a popover.",
"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.",
"homepage": "https://github.com/evands/ESPopoverWithChoices",
"license": "MIT",
"authors": {
"Evan D. Schoenberg, M.D.": "evan@regularrateandrhythm.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/evands/ESPopoverWithChoices.git",
"tag": "2.3.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}