blob: 28e9f4cd571a698985b5c9d6397e5cd80f6a0397 [file] [log] [blame]
{
"name": "YWFMDB",
"version": "0.4.9",
"summary": "基于FMDB上的二次封装,直接对model进行操作",
"homepage": "https://github.com/flyOfYW/YWFMDB",
"license": "MIT",
"authors": {
"flyOfYW": "1498627884@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/flyOfYW/YWFMDB.git",
"tag": "0.4.9"
},
"requires_arc": true,
"source_files": "YWFMDB/*",
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"dependencies": {
"FMDB": [
]
},
"source_files": "YWFMDB/*"
},
{
"name": "SQLCipher",
"dependencies": {
"FMDB/SQLCipher": [
]
},
"source_files": "YWFMDB/*"
}
]
}