blob: 2b435a0fbbed6008e2d73de566fa492f2be970b2 [file] [log] [blame]
{
"name": "MOLCodesignChecker",
"version": "2.2",
"platforms": {
"osx": "10.9"
},
"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": "v2.2"
},
"source_files": "Source/MOLCodesignChecker/MOLCodesignChecker.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 2.0"
]
}
}