blob: 889c4453c0a833437d67aad2df75dfa50f0d3c0e [file] [log] [blame]
{
"name": "YWFMDB",
"version": "0.4.3",
"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.3"
},
"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/*",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
"HEADER_SEARCH_PATHS": "SQLCipher"
}
}
]
}