blob: 330f52726c8b8746e6c43e07a6f52b4507a3b674 [file] [log] [blame]
{
"name": "ECKeychain",
"version": "1.0.2",
"summary": "Simple interface for managing items in Keychain (iOS and Mac).",
"homepage": "https://github.com/ecaselles/eckeychain",
"license": "MIT",
"authors": {
"Edu Caselles": "edu@casell.es"
},
"source": {
"git": "https://github.com/ecaselles/eckeychain.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "ECKeychain/**/*",
"public_header_files": "ECKeychain/**/*.h",
"frameworks": "Foundation"
}