[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.4.2 / VVSequelize.podspec.json
blob884235635e7cf4eedc8d499f58955b85f79cbd2c
2   "name": "VVSequelize",
3   "version": "0.4.2",
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.4.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "cipher",
22   "subspecs": [
23     {
24       "name": "system",
25       "dependencies": {
26         "VVSequelize/core": [
28         ],
29         "VVSequelize/fts": [
31         ],
32         "VVSequelize/util": [
34         ]
35       },
36       "libraries": "sqlite3"
37     },
38     {
39       "name": "cipher",
40       "dependencies": {
41         "VVSequelize/core": [
43         ],
44         "VVSequelize/fts": [
46         ],
47         "VVSequelize/util": [
49         ],
50         "SQLCipher": [
52         ]
53       },
54       "xcconfig": {
55         "OTHER_CFLAGS": "-DSQLITE_HAS_CODEC",
56         "HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
57       }
58     },
59     {
60       "name": "core",
61       "source_files": "VVSequelize/Core/**/*",
62       "public_header_files": "VVSequelize/Core/**/*.h",
63       "dependencies": {
64         "VVSequelize/header": [
66         ]
67       },
68       "xcconfig": {
69         "OTHER_CFLAGS": "-DVVSEQUELIZE_CORE"
70       }
71     },
72     {
73       "name": "fts",
74       "source_files": "VVSequelize/FTS/**/*",
75       "public_header_files": "VVSequelize/FTS/**/*.h",
76       "resources": [
77         "VVSequelize/Assets/VVPinYin.bundle"
78       ],
79       "dependencies": {
80         "VVSequelize/core": [
82         ],
83         "VVSequelize/header": [
85         ]
86       },
87       "xcconfig": {
88         "OTHER_CFLAGS": "-DVVSEQUELIZE_FTS"
89       }
90     },
91     {
92       "name": "util",
93       "source_files": "VVSequelize/Util/**/*",
94       "public_header_files": "VVSequelize/Util/**/*.h",
95       "dependencies": {
96         "VVSequelize/header": [
98         ]
99       },
100       "xcconfig": {
101         "OTHER_CFLAGS": "-DVVSEQUELIZE_UTIL"
102       }
103     },
104     {
105       "name": "header",
106       "source_files": "VVSequelize/VVSequelize.h"
107     }
108   ]