[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 5 / f / 0 / NBDataBase / 0.2.3 / NBDataBase.podspec.json
blobdbc530fd60f2f5847f1e281fee97564f4d7e5719
2   "name": "NBDataBase",
3   "version": "0.2.3",
4   "summary": "an orm database.",
5   "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!",
6   "homepage": "https://github.com/zhfeng20108/NBDataBase",
7   "license": "MIT",
8   "authors": {
9     "zhfeng": "hhzhangfeng2008@163.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/zhfeng20108/NBDataBase.git",
16     "tag": "0.2.3"
17   },
18   "source_files": "NBDataBase/*.{h,m}",
19   "requires_arc": true,
20   "default_subspecs": "standard",
21   "subspecs": [
22     {
23       "name": "standard",
24       "dependencies": {
25         "FMDB/SQLCipher": [
27         ]
28       },
29       "libraries": "sqlite3.0",
30       "source_files": "NBDataBase/*.{h,m}"
31     },
32     {
33       "name": "WCDB",
34       "dependencies": {
35         "WCDB": [
37         ],
38         "FMDB": [
40         ]
41       },
42       "source_files": "NBDataBase/*.{h,m}",
43       "xcconfig": {
44         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
45       }
46     }
47   ]