blob: b3766e54f0482cd7cabb21b3abf5ae746af1b237 [file] [log] [blame]
{
"name": "MOLXPCConnection",
"version": "2.1",
"platforms": {
"osx": "10.9"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/google/macops-molxpcconnection",
"authors": {
"Google Macops": "macops-external@google.com"
},
"summary": "A macOS XPC connection class",
"source": {
"git": "https://github.com/google/macops-molxpcconnection.git",
"tag": "v2.1"
},
"source_files": "Source/MOLXPCConnection/*.{h,m}",
"dependencies": {
"MOLCodesignChecker": [
"~> 2.2"
]
},
"compiler_flags": "-Wunguarded-availability"
}