blob: 5324eb0fe9b866e9206ba531f63c613419846879 [file] [log] [blame]
{
"name": "FlowarePopover",
"version": "0.1.29",
"summary": "The custom popover using to display the popup.",
"description": "The custom popover based on NSPopover using to display the NSWindow, NSView as popup.",
"homepage": "https://github.com/lam1607/FlowarePopover",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lam1607": "lam1607@flomail.net"
},
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/lam1607/FlowarePopover.git",
"tag": "0.1.29"
},
"source_files": [
"Classes",
"FlowarePopover/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"AppKit",
"Cocoa",
"QuartzCore",
"AppleScriptObjC"
],
"requires_arc": true
}