blob: bdd5d62617854a2385132f30426578a12df5f45b [file] [log] [blame]
{
"name": "MOLCodesignChecker",
"version": "1.9",
"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.9"
},
"source_files": "Source/MOLCodesignChecker/MOLCodesignChecker.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.8"
]
}
}