[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.3 / SQLiteORM.podspec.json
blob10246301b9272a2ce74b2b03c0d3dadb68f8f836
2   "name": "SQLiteORM",
3   "version": "0.1.3",
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.3"
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_CFLAGS": "-DSQLITE_HAS_CODEC=1 -DHAVE_USLEEP=1",
60         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/SQLCipher"
61       }
62     },
63     {
64       "name": "core",
65       "source_files": "SQLiteORM/Core/**/*",
66       "resources": [
67         "SQLiteORM/Assets/PinYin.bundle"
68       ],
69       "pod_target_xcconfig": {
70         "SWIFT_VERSION": "5.0"
71       }
72     },
73     {
74       "name": "fts",
75       "source_files": "SQLiteORM/FTS/**/*",
76       "public_header_files": "SQLiteORM/FTS/**/*.h",
77       "resources": [
78         "SQLiteORM/Assets/PinYin.bundle"
79       ],
80       "dependencies": {
81         "SQLiteORM/core": [
83         ]
84       },
85       "pod_target_xcconfig": {
86         "SWIFT_VERSION": "5.0"
87       }
88     },
89     {
90       "name": "util",
91       "source_files": "SQLiteORM/Util/**/*",
92       "pod_target_xcconfig": {
93         "SWIFT_VERSION": "5.0"
94       }
95     }
96   ],
97   "swift_version": "5.0"