blob: aebc2f931bb90eb3d300e34e4702974998bace7f [file] [log] [blame]
{
"name": "ESPopoverWithChoices",
"version": "2.3.7",
"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.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}