blob: 5abe08d7b20069ac1b35231c58656753372e03ec [file] [log] [blame]
{
"name": "WEPopover",
"version": "2.5.3",
"license": "MIT",
"summary": "Generic popover implementation for iOS with same API as the UIPopoverController.",
"description": "Generic popover implementation for iOS with same API as the UIPopoverController for the iPad, but configurable with custom background and available for iPhone as well",
"homepage": "https://github.com/werner77/WEPopover",
"authors": {
"Werner Altewischer": "http://www.werner-it.com/"
},
"source": {
"git": "https://github.com/werner77/WEPopover.git",
"tag": "2.5.3"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source_files": "Classes/Popover/**/*.{c,m,h}",
"resources": "Resources/Popover/**/*.*"
}