blob: f8545a8ae3bcc1f554c8544c422a512dfa38761b [file] [log] [blame]
{
"name": "EncryptedDATAStack",
"version": "2.0.0",
"summary": "Set up your encrypted database with only 1 line of code!",
"description": "Build your encrypted database with only 1 line of code. An extension of DATAStack with support of Encryption.",
"homepage": "https://github.com/flipacholas/EncryptedDATAStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rodrigo Copetti": "flipacholas@gmail.com"
},
"source": {
"git": "https://github.com/flipacholas/EncryptedDATAStack.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/flipacholas",
"platforms": {
"ios": "8.0"
},
"source_files": "EncryptedDATAStack/Classes/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"EncryptedCoreData": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}