blob: 2813e87580bf43c7e9ee70efd2154baa0f109ecd [file] [log] [blame]
{
"name": "FMDB-isExecutingStatement",
"module_name": "FMDB",
"description": "fmdb官方tag2.7.5基础上:不校验isExecutingStatement,注释掉_isExecutingStatement = YES;",
"version": "2.7.5",
"summary": "fmdb for 2.7.5",
"homepage": "https://github.com/myappcloud/FMDB-isExecutingStatement",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"longzh": "longzh@mysoft.com.cn"
},
"source": {
"git": "https://github.com/myappcloud/FMDB-isExecutingStatement.git",
"tag": "2.7.5"
},
"requires_arc": true,
"default_subspecs": "standard",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "standard",
"libraries": "sqlite3",
"source_files": "src/fmdb/FM*.{h,m}",
"exclude_files": "src/fmdb.m"
}
]
}