[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.15.3 / SQLite.swift.podspec.json
blob2df6a450a9dd94b855e3b98d2e6aac931db3e68f
2   "name": "SQLite.swift",
3   "version": "0.15.3",
4   "summary": "A type-safe, Swift-language layer over SQLite3.",
5   "description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
6   "homepage": "https://github.com/stephencelis/SQLite.swift",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com"
10   },
11   "source": {
12     "git": "https://github.com/stephencelis/SQLite.swift.git",
13     "tag": "0.15.3"
14   },
15   "social_media_url": "https://twitter.com/stephencelis",
16   "module_name": "SQLite",
17   "default_subspecs": "standard",
18   "swift_versions": [
19     "5"
20   ],
21   "platforms": {
22     "ios": "12.0",
23     "tvos": "12.0",
24     "osx": "10.13",
25     "watchos": "4.0",
26     "visionos": "1.0"
27   },
28   "subspecs": [
29     {
30       "name": "standard",
31       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
32       "exclude_files": "Sources/**/Cipher.swift",
33       "libraries": "sqlite3",
34       "resource_bundles": {
35         "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
36       },
37       "platforms": {
38         "ios": "12.0",
39         "tvos": "12.0",
40         "osx": "10.13",
41         "watchos": "4.0",
42         "visionos": "1.0"
43       },
44       "testspecs": [
45         {
46           "name": "tests",
47           "test_type": "unit",
48           "resources": "Tests/SQLiteTests/Resources/*",
49           "source_files": "Tests/SQLiteTests/*.swift",
50           "platforms": {
51             "ios": "12.0",
52             "tvos": "12.0",
53             "osx": "10.13"
54           }
55         }
56       ]
57     },
58     {
59       "name": "standalone",
60       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
61       "exclude_files": "Sources/**/Cipher.swift",
62       "resource_bundles": {
63         "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
64       },
65       "xcconfig": {
66         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE",
67         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_SWIFT_STANDALONE=1"
68       },
69       "dependencies": {
70         "sqlite3": [
72         ]
73       },
74       "platforms": {
75         "ios": "12.0",
76         "tvos": "12.0",
77         "osx": "10.13",
78         "watchos": "4.0",
79         "visionos": "1.0"
80       },
81       "testspecs": [
82         {
83           "name": "tests",
84           "test_type": "unit",
85           "resources": "Tests/SQLiteTests/Resources/*",
86           "source_files": "Tests/SQLiteTests/*.swift",
87           "platforms": {
88             "ios": "12.0",
89             "tvos": "12.0",
90             "osx": "10.13"
91           }
92         }
93       ]
94     },
95     {
96       "name": "SQLCipher",
97       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
98       "resource_bundles": {
99         "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
100       },
101       "xcconfig": {
102         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
103         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_SWIFT_SQLCIPHER=1"
104       },
105       "dependencies": {
106         "SQLCipher": [
107           ">= 4.0.0"
108         ]
109       },
110       "platforms": {
111         "ios": "12.0",
112         "tvos": "12.0",
113         "osx": "10.13",
114         "watchos": "4.0"
115       },
116       "testspecs": [
117         {
118           "name": "tests",
119           "test_type": "unit",
120           "resources": "Tests/SQLiteTests/Resources/*",
121           "source_files": "Tests/SQLiteTests/*.swift",
122           "platforms": {
123             "ios": "12.0",
124             "tvos": "12.0",
125             "osx": "10.13"
126           }
127         }
128       ]
129     }
130   ],
131   "swift_version": "5"