blob: d7e5c6322df9c2931676c3f75d8729b6f12739b7 [file] [log] [blame]
{
"name": "MOLCodesignChecker",
"version": "1.1",
"platforms": {
"osx": null
},
"license": {
"type": "Apache 2",
"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.1"
},
"source_files": "Source/MOLCodesignChecker.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.1"
]
}
}