[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.3.1-beta1 / VVSequelize.podspec.json
blob01dcbdece9cb4ab90abe7c26dffdd6bcaffa0e83
2   "name": "VVSequelize",
3   "version": "0.3.1-beta1",
4   "summary": "基于sqlite3的ORM模型封装.",
5   "description": "基于sqlite3的ORM模型封装.",
6   "homepage": "https://github.com/pozi119/VVSequelize",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Valo Lee": "pozi119@163.com"
13   },
14   "source": {
15     "git": "https://github.com/pozi119/VVSequelize.git",
16     "tag": "0.3.1-beta1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "cipher",
22   "subspecs": [
23     {
24       "name": "system",
25       "dependencies": {
26         "VVSequelize/common": [
28         ]
29       },
30       "libraries": "sqlite3"
31     },
32     {
33       "name": "cipher",
34       "dependencies": {
35         "VVSequelize/common": [
37         ],
38         "SQLCipher": [
40         ]
41       },
42       "pod_target_xcconfig": {
43         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
44         "HEADER_SEARCH_PATHS": "SQLCipher"
45       }
46     },
47     {
48       "name": "common",
49       "source_files": "VVSequelize/Classes/**/*",
50       "public_header_files": "VVSequelize/Classes/**/*.h",
51       "resources": [
52         "VVSequelize/Assets/VVJieba.bundle",
53         "VVSequelize/Assets/VVPinYin.bundle"
54       ]
55     }
56   ]