blob: 66ee1c3259e7556c18cd0bdb2d7e7dc627621581 [file] [log] [blame]
{
"name": "AHKeychain",
"version": "0.3.0",
"platforms": {
"osx": null
},
"license": "MIT",
"summary": "Objective-c class for managing os x keychains",
"homepage": "https://github.com/eahrold/AHKeychain",
"authors": {
"Eldon Ahrold": "eldon.ahrold@gmail.com"
},
"source": {
"git": "https://github.com/eahrold/AHKeychain.git",
"tag": "v0.3.0"
},
"requires_arc": true,
"frameworks": [
"Security",
"Foundation"
],
"public_header_files": "AHKeychain/*.h",
"source_files": "AHKeychain/*.{h,m}"
}