blob: 7cbce58e8b6cf4e7f6d9327546c1bdacce487471 [file] [log] [blame]
{
"name": "WAKeychain",
"version": "1.0.0",
"summary": "A wrapper on top of SSKeychain which keeps the values in RAM",
"homepage": "https://github.com/Wasappli/WAKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marian Paul": "marian@wasapp.li"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Wasappli/WAKeychain.git",
"tag": "1.0.0"
},
"source_files": "Files/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SSKeychain": [
]
}
}