[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 5 / f / 0 / NBDataBase / 0.2.6 / NBDataBase.podspec.json
blob40b17bf7e0f51b0bb156c846e19cdb34fd4ce073
2   "name": "NBDataBase",
3   "version": "0.2.6",
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.6"
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": "Encrypt",
34       "dependencies": {
35         "WCDB": [
37         ],
38         "FMDB": [
40         ]
41       },
42       "source_files": "NBDataBase/*.{h,m}",
43       "xcconfig": {
44         "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC=1 HAVE_USLEEP=1"
45       }
46     }
47   ]