blob: c569573499bc7baf508b639c663bb52b1de9fd52 [file] [log] [blame]
{
"name": "Owl",
"version": "1.33",
"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.33"
},
"platforms": {
"ios": "5.0"
},
"frameworks": "Security",
"source_files": "source/**/*.{h,m,c}",
"dependencies": {
"RNCryptor": [
],
"SSKeychain": [
],
"GZIP": [
]
},
"homepage": "https://github.com/felipejfc/owl",
"requires_arc": true
}