blob: a3bd67e129f07dfbc5a33f23531fb6dffb23bb90 [file] [log] [blame]
{
"name": "Owl",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m,c}",
"dependencies": {
"JSONModel": [
],
"RNCryptor": [
]
},
"homepage": "https://github.com/felipejfc/owl",
"requires_arc": true
}