blob: 5978c2e15716f5f7984514478c63e80f49f3432c [file] [log] [blame]
{
"name": "JRDB",
"version": "1.0.6",
"summary": "The light packing of fmdb for my self",
"homepage": "https://github.com/scubers/JRDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jrwong": "jr-wong@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/scubers/JRDB.git",
"tag": "1.0.6"
},
"source_files": "JRDB/JRDB/**/*.{h,m}",
"xcconfig": {
"SWIFT_OBJC_BRIDGING_HEADER": "JRDB/JRDB-Bridging-Header.h"
},
"dependencies": {
"FMDB": [
]
},
"deprecated": true
}