blob: 1558f67e15dbb0c48bcf97945e23c34e925dd9db [file] [log] [blame]
{
"name": "TFMDB",
"version": "1.0.0",
"summary": "FMDB Cipher, Model auto SQL",
"homepage": "https://github.com/Fmyz/TFMDB",
"license": "MIT",
"authors": {
"Fmyz": "https://github.com/Fmyz/TFMDB"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Fmyz/TFMDB.git",
"tag": "1.0.0"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "SQLCipher",
"source_files": "TFMDB/*.{h,m}",
"dependencies": {
"FMDB/SQLCipher": [
]
}
},
{
"name": "All",
"source_files": [
"TFMDB/*.{h,m}",
"TFMDB/TDBModel/*.{h,m}"
],
"dependencies": {
"FMDB/SQLCipher": [
],
"MJExtension": [
]
}
}
]
}