[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.3.4 / VVSequelize.podspec.json
blob06fa352872156241307c6cede1cdb41a0c36875f
2   "name": "VVSequelize",
3   "version": "0.3.4",
4   "summary": "ORM model based on SQLite3.",
5   "description": "ORM model based on SQLite3.",
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.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "cipher",
22   "source_files": "VVSequelize/VVSequelize.h",
23   "subspecs": [
24     {
25       "name": "system",
26       "dependencies": {
27         "VVSequelize/core": [
29         ],
30         "VVSequelize/fts": [
32         ],
33         "VVSequelize/util": [
35         ]
36       },
37       "libraries": "sqlite3"
38     },
39     {
40       "name": "cipher",
41       "dependencies": {
42         "VVSequelize/core": [
44         ],
45         "VVSequelize/fts": [
47         ],
48         "VVSequelize/util": [
50         ],
51         "SQLCipher": [
53         ]
54       },
55       "xcconfig": {
56         "OTHER_CFLAGS": "-DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
57         "HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
58       }
59     },
60     {
61       "name": "core",
62       "source_files": "VVSequelize/Core/**/*",
63       "public_header_files": "VVSequelize/Core/**/*.h",
64       "xcconfig": {
65         "OTHER_CFLAGS": "-DVVSEQUELIZE_CORE"
66       }
67     },
68     {
69       "name": "fts",
70       "source_files": "VVSequelize/FTS/**/*",
71       "public_header_files": "VVSequelize/FTS/**/*.h",
72       "resources": [
73         "VVSequelize/Assets/VVPinYin.bundle"
74       ],
75       "dependencies": {
76         "VVSequelize/core": [
78         ]
79       },
80       "xcconfig": {
81         "OTHER_CFLAGS": "-DVVSEQUELIZE_FTS"
82       }
83     },
84     {
85       "name": "util",
86       "source_files": "VVSequelize/Util/**/*",
87       "public_header_files": "VVSequelize/Util/**/*.h",
88       "xcconfig": {
89         "OTHER_CFLAGS": "-DVVSEQUELIZE_UTIL"
90       }
91     }
92   ]