blob: 09a0f7f9cc6487f232e7205556013ec8da160e4d [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": [
]
}
}