blob: 0159fa928f813b2cf2cb7520c2fc20a166463612 [file] [log] [blame]
{
"name": "AHCodesignValidator",
"version": "0.1",
"platforms": {
"osx": null
},
"license": "MIT",
"summary": "A simple Objective-c class for testing/comparing codesign of an item(s).",
"homepage": "https://github.com/eahrold/AHCodesignValidator",
"authors": {
"Eldon Ahrold": "eldon.ahrold@gmail.com"
},
"source": {
"git": "https://github.com/eahrold/AHCodesignValidator.git",
"tag": "v0.1"
},
"requires_arc": true,
"public_header_files": "AHCodesignValidator/*.h",
"source_files": "AHCodesignValidator/*.{h,m}"
}