blob: 6af777d57cd2289cd1b41b6c9de8dd8080ea4580 [file] [log] [blame]
{
"name": "MOLCodesignChecker",
"version": "1.5",
"platforms": {
"osx": null
},
"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.5"
},
"source_files": "Source/MOLCodesignChecker.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.3"
]
}
}