blob: e652ff9106e7310939716c85afc5a31dadcfaa60 [file] [log] [blame]
{
"name": "ESPopoverWithChoices",
"version": "2.3",
"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,\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",
"homepage": "https://github.com/evands/ESPopoverWithChoices",
"license": "MIT",
"authors": {
"Evan D. Schoenberg, M.D.": "evan@regularrateandrhythm.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/evands/ESPopoverWithChoices.git",
"tag": "2.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}