[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 8 / 0 / a / FlowarePopover / 0.2.11 / FlowarePopover.podspec.json
blob2722edbc861a755d61fa1019078d571c5ca99228
2   "name": "FlowarePopover",
3   "version": "0.2.11",
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.2.11"
20   },
21   "source_files": [
22     "Core",
23     "FlowarePopover/Core/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "AppKit",
28     "Cocoa",
29     "QuartzCore",
30     "AppleScriptObjC"
31   ],
32   "requires_arc": true