[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / WEPopover / 2.0.0 / WEPopover.podspec.json
blobf07c2c4806a25d40de9c7224d7ba965bd079acac
2   "name": "WEPopover",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "Generic popover implementation for iOS with same API as the UIPopoverController.",
6   "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.",
7   "homepage": "https://github.com/werner77/WEPopover",
8   "authors": {
9     "Werner Altewischer": "http://www.werner-it.com/"
10   },
11   "source": {
12     "git": "https://github.com/werner77/WEPopover.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "requires_arc": true,
23   "source_files": "Classes/Popover/**/*.{c,m,h}",
24   "resources": "Resources/Popover/**/*.*"