blob: 00ccf149963df927c2b1e77a4a7bd5c9a9bcc288 [file] [log] [blame]
{
"name": "SDDatabase",
"version": "1.0.0",
"summary": "A simple yet powerful wrapper over the famous FMDB.",
"homepage": "https://github.com/SagarSDagdu/SDDatabase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sagar Dagdu": "shags032@gmail.com"
},
"source": {
"git": "https://github.com/SagarSDagdu/SDDatabase.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "SDDatabase/Classes/**/*",
"dependencies": {
"FMDB/SQLCipher": [
]
}
}