blob: 919f0f500adf8385fe0be2248dbcc268070fb986 [file] [log] [blame]
{
"name": "Owl",
"version": "1.46",
"summary": "Secure Simple Key-Value Storage for iOS",
"license": "MIT",
"authors": {
"Felipe Cavalcanti": "fjfcavalcanti@gmail.com"
},
"source": {
"git": "https://github.com/felipejfc/owl.git",
"tag": "1.46"
},
"platforms": {
"ios": "5.0"
},
"source_files": "source/**/*.{h,m,c}",
"frameworks": "Security",
"dependencies": {
"RNCryptor": [
],
"GZIP": [
]
},
"homepage": "https://github.com/felipejfc/owl",
"requires_arc": true
}