[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / FlowarePopover / 0.3.4 / FlowarePopover.podspec.json
blobfe357ee3dcfd9f09dd63d3b58579f989bfe27766
2   "name": "FlowarePopover",
3   "version": "0.3.4",
4   "summary": "The custom popover using to display the popup.",
5   "description": "The custom popover based on NSPopover using to display the NSWindow, NSView as popup.",
6   "homepage": "https://github.com/lam1607/FlowarePopover",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lam1607": "lam1607@flomail.net"
13   },
14   "platforms": {
15     "osx": "10.11"
16   },
17   "source": {
18     "git": "https://github.com/lam1607/FlowarePopover.git",
19     "tag": "0.3.4"
20   },
21   "source_files": [
22     "FlowarePopover",
23     "FlowarePopover/**/*.{h,m}",
24     "FlowarePopover/FlowarePopover.h",
25     "FlowarePopover/Core/Core/FLOPopoverConstants.h",
26     "FlowarePopover/Core/Core/FLOPopover.h",
27     "FlowarePopover/Core/Classes/FLOPopoverView.h",
28     "FlowarePopover/Core/Classes/FLOPopoverWindow.h"
29   ],
30   "public_header_files": [
31     "FlowarePopover/FlowarePopover.h",
32     "FlowarePopover/Core/Core/FLOPopoverConstants.h",
33     "FlowarePopover/Core/Core/FLOPopover.h",
34     "FlowarePopover/Core/Classes/FLOPopoverView.h",
35     "FlowarePopover/Core/Classes/FLOPopoverWindow.h"
36   ],
37   "frameworks": [
38     "Foundation",
39     "AppKit",
40     "Cocoa",
41     "QuartzCore",
42     "AppleScriptObjC"
43   ],
44   "requires_arc": true