[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.4 / SQLiteORM.podspec.json
blob59828247f1daaef704f32266da77a1238fe5746f
2   "name": "SQLiteORM",
3   "version": "0.1.4",
4   "summary": "The swift version of VVSequelize.",
5   "description": "The swift version of VVSequelize.",
6   "homepage": "https://github.com/pozi119/SQLiteORM",
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/SQLiteORM.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "osx": "10.12",
22     "watchos": "3.0"
23   },
24   "default_subspecs": "cipher",
25   "swift_versions": "5.0",
26   "pushed_with_swift_version": "5.7",
27   "subspecs": [
28     {
29       "name": "system",
30       "dependencies": {
31         "SQLiteORM/core": [
33         ],
34         "SQLiteORM/fts": [
36         ],
37         "SQLiteORM/util": [
39         ]
40       },
41       "libraries": "sqlite3"
42     },
43     {
44       "name": "cipher",
45       "dependencies": {
46         "SQLiteORM/core": [
48         ],
49         "SQLiteORM/fts": [
51         ],
52         "SQLiteORM/util": [
54         ],
55         "SQLCipher": [
57         ]
58       },
59       "xcconfig": {
60         "OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_HAS_CODEC -D SQLITE_ENABLE_FTS5",
61         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_FTS5",
62         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_ENABLE_FTS5=1",
63         "HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
64       }
65     },
66     {
67       "name": "core",
68       "source_files": "SQLiteORM/Core/**/*",
69       "dependencies": {
70         "AnyCoder": [
71           "~> 0.1.1-beta1"
72         ]
73       },
74       "pod_target_xcconfig": {
75         "SWIFT_VERSION": "5.0"
76       }
77     },
78     {
79       "name": "fts",
80       "source_files": "SQLiteORM/FTS/**/*",
81       "public_header_files": "SQLiteORM/FTS/**/*.h",
82       "resources": [
83         "SQLiteORM/Assets/PinYin.bundle"
84       ],
85       "dependencies": {
86         "SQLiteORM/core": [
88         ]
89       },
90       "pod_target_xcconfig": {
91         "SWIFT_VERSION": "5.0",
92         "OTHER_SWIFT_FLAGS": "-D SQLITEORM_FTS",
93         "OTHER_CFLAGS": "-DSQLITEORM_FTS",
94         "GCC_PREPROCESSOR_DEFINITIONS": "SQLITEORM_FTS=1"
95       }
96     },
97     {
98       "name": "util",
99       "source_files": "SQLiteORM/Util/**/*",
100       "pod_target_xcconfig": {
101         "SWIFT_VERSION": "5.0"
102       }
103     }
104   ],
105   "swift_version": "5.0"