blob: 40b17bf7e0f51b0bb156c846e19cdb34fd4ce073 [file] [log] [blame]
{
"name": "NBDataBase",
"version": "0.2.6",
"summary": "an orm database.",
"description": "orm database.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/zhfeng20108/NBDataBase",
"license": "MIT",
"authors": {
"zhfeng": "hhzhangfeng2008@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/zhfeng20108/NBDataBase.git",
"tag": "0.2.6"
},
"source_files": "NBDataBase/*.{h,m}",
"requires_arc": true,
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"dependencies": {
"FMDB/SQLCipher": [
]
},
"libraries": "sqlite3.0",
"source_files": "NBDataBase/*.{h,m}"
},
{
"name": "Encrypt",
"dependencies": {
"WCDB": [
],
"FMDB": [
]
},
"source_files": "NBDataBase/*.{h,m}",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC=1 HAVE_USLEEP=1"
}
}
]
}