blob: 8f488d64d27cabfea75a3dd267360e06743e4030 [file] [log] [blame]
{
"name": "DLFMDB",
"version": "0.1.0",
"summary": "A Cocoa / Objective-C wrapper around FMDB.",
"homepage": "https://github.com/LinDing/DLFMDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LinDing": "dinglin1991@yeah.net"
},
"source": {
"git": "https://github.com/LinDing/DLFMDB.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"libraries": "sqlite3",
"source_files": "DLFMDB/Classes/**/*",
"dependencies": {
"FMDB": [
]
}
}
]
}