blob: 8e6244a8915bfb35f1b1895626e368358e9c2a0c [file] [log] [blame]
{
"name": "MOLCodesignChecker",
"version": "1.8",
"platforms": {
"osx": "10.8"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/google/macops-molcodesignchecker",
"authors": {
"Google Macops": "macops-external@google.com"
},
"summary": "Perform codesign validation simply in Objective-C",
"source": {
"git": "https://github.com/google/macops-molcodesignchecker.git",
"tag": "v1.8"
},
"source_files": "Source/MOLCodesignChecker.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.7"
]
}
}