blob: ef23fde89ea9a9d7ce6db72cd87ef4b0aeac9598 [file] [log] [blame]
{
"name": "DXPopover",
"version": "0.1.0",
"summary": "A Popover mimic Facebook app popover using UIKit.",
"description": " A Popover mimic Facebook app popover using UIKit.\n\n The concept of this popover is very simple: add your contentView in a popover, then show the popover in the container view.\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/xiekw2010/DXPopover",
"license": "MIT",
"authors": {
"xiekw2010": "xiekw2010@gmail.com"
},
"source": {
"git": "https://github.com/xiekw2010/DXPopover.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DXPopover": [
"Pod/Assets/*.png"
]
}
}