blob: 13fd181e3fe6cedd08c425c18804e51d9cda41d7 [file] [log] [blame]
{
"name": "PBKeyValueDB",
"version": "0.1.0",
"summary": "PBKeyValueDB",
"homepage": "https://github.com/PB-Tech/PBKeyValueDB",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"PB-Tech": "pbyte.technology@gmail.com"
},
"source": {
"git": "https://github.com/PB-Tech/PBKeyValueDB.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "8.0"
},
"frameworks": "Foundation",
"libraries": "sqlite3",
"source_files": "src/**/*.{m,h}",
"public_header_files": "src/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}