[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.7 / SQLiteORM.podspec.json
blob6af4789329520812bf14e5a560d0f4893191ca4a
2   "name": "SQLiteORM",
3   "version": "0.1.7",
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.7"
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   "subspecs": [
27     {
28       "name": "system",
29       "dependencies": {
30         "SQLiteORM/core": [
32         ],
33         "SQLiteORM/fts": [
35         ],
36         "SQLiteORM/util": [
38         ]
39       },
40       "libraries": "sqlite3"
41     },
42     {
43       "name": "cipher",
44       "dependencies": {
45         "SQLiteORM/core": [
47         ],
48         "SQLiteORM/fts": [
50         ],
51         "SQLiteORM/util": [
53         ],
54         "SQLCipher": [
56         ]
57       },
58       "xcconfig": {
59         "OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_HAS_CODEC -D SQLITE_ENABLE_FTS5",
60         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_FTS5",
61         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_ENABLE_FTS5=1",
62         "HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
63       }
64     },
65     {
66       "name": "core",
67       "source_files": "SQLiteORM/Core/**/*",
68       "dependencies": {
69         "AnyCoder": [
70           "~> 0.1.2"
71         ]
72       },
73       "pod_target_xcconfig": {
74         "SWIFT_VERSION": "5.0"
75       }
76     },
77     {
78       "name": "fts",
79       "source_files": "SQLiteORM/FTS/**/*",
80       "public_header_files": "SQLiteORM/FTS/**/*.h",
81       "resources": [
82         "SQLiteORM/Assets/PinYin.bundle"
83       ],
84       "dependencies": {
85         "SQLiteORM/core": [
87         ]
88       },
89       "pod_target_xcconfig": {
90         "SWIFT_VERSION": "5.0",
91         "OTHER_SWIFT_FLAGS": "-D SQLITEORM_FTS",
92         "OTHER_CFLAGS": "-DSQLITEORM_FTS",
93         "GCC_PREPROCESSOR_DEFINITIONS": "SQLITEORM_FTS=1"
94       }
95     },
96     {
97       "name": "util",
98       "source_files": "SQLiteORM/Util/**/*",
99       "pod_target_xcconfig": {
100         "SWIFT_VERSION": "5.0"
101       }
102     }
103   ],
104   "swift_version": "5.0"