[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / e / c / DXPopover / 0.1.1 / DXPopover.podspec.json
blobb8a1b040d673cf1fa23ae976498777743cb2dbb0
2   "name": "DXPopover",
3   "version": "0.1.1",
4   "summary": "A Popover mimic Facebook  app popover using UIKit.",
5   "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",
6   "homepage": "https://github.com/xiekw2010/DXPopover",
7   "license": "MIT",
8   "authors": {
9     "xiekw2010": "xiekw2010@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/xiekw2010/DXPopover.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DXPopover": [
22       "Pod/Assets/*.png"
23     ]
24   }