blob: 5755fe09e4a4dcb05e0b47168c595c9707d66453 [file] [log] [blame]
{
"name": "DXPopoverKnockdownFork",
"version": "0.1.2",
"summary": "A Popover mimic Facebook app popover using UIKit.",
"description": "A fork of DXPopover for Knockdown Outdoors iOS Application\n\nA 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!",
"homepage": "https://github.com/xiekw2010/DXPopover",
"license": "MIT",
"authors": {
"xiekw2010": "xiekw2010@gmail.com"
},
"source": {
"git": "https://github.com/rjmiller2543/DXPopoverKnockdownFork.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DXPopover": [
"Pod/Assets/*.png"
]
}
}