[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 0 / a / FlowarePopover / 0.1.18 / FlowarePopover.podspec.json
bloba844f61d2eb01c63c2ca716a16a4a80e5f1655c6
2   "name": "FlowarePopover",
3   "version": "0.1.18",
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.1.18"
20   },
21   "source_files": [
22     "Classes",
23     "FlowarePopover/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "Foundation",
28     "AppKit",
29     "Cocoa",
30     "QuartzCore",
31     "AppleScriptObjC"
32   ],
33   "requires_arc": true