blob: 2288a710b3909ab83ea75973713bf0cea12c33d7 [file] [log] [blame]
{
"name": "DXPopoverKnockdownFork",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DXPopover": [
"Pod/Assets/*.png"
]
}
}