[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.15.1 / SQLite.swift.podspec.json
blob0bd461ee91f2c7767f3ccc4cbae305b5ab5946ed
2   "name": "SQLite.swift",
3   "version": "0.15.1",
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.1"
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   },
27   "subspecs": [
28     {
29       "name": "standard",
30       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
31       "exclude_files": "Sources/**/Cipher.swift",
32       "libraries": "sqlite3",
33       "platforms": {
34         "ios": "12.0",
35         "tvos": "12.0",
36         "osx": "10.13",
37         "watchos": "4.0"
38       },
39       "testspecs": [
40         {
41           "name": "tests",
42           "test_type": "unit",
43           "resources": "Tests/SQLiteTests/Resources/*",
44           "source_files": "Tests/SQLiteTests/*.swift",
45           "platforms": {
46             "ios": "12.0",
47             "tvos": "12.0",
48             "osx": "10.13"
49           }
50         }
51       ]
52     },
53     {
54       "name": "standalone",
55       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
56       "exclude_files": "Sources/**/Cipher.swift",
57       "xcconfig": {
58         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE",
59         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_SWIFT_STANDALONE=1"
60       },
61       "dependencies": {
62         "sqlite3": [
64         ]
65       },
66       "platforms": {
67         "ios": "12.0",
68         "tvos": "12.0",
69         "osx": "10.13",
70         "watchos": "4.0"
71       },
72       "testspecs": [
73         {
74           "name": "tests",
75           "test_type": "unit",
76           "resources": "Tests/SQLiteTests/Resources/*",
77           "source_files": "Tests/SQLiteTests/*.swift",
78           "platforms": {
79             "ios": "12.0",
80             "tvos": "12.0",
81             "osx": "10.13"
82           }
83         }
84       ]
85     },
86     {
87       "name": "SQLCipher",
88       "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
89       "xcconfig": {
90         "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
91         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_SWIFT_SQLCIPHER=1"
92       },
93       "dependencies": {
94         "SQLCipher": [
95           ">= 4.0.0"
96         ]
97       },
98       "platforms": {
99         "ios": "12.0",
100         "tvos": "12.0",
101         "osx": "10.13",
102         "watchos": "4.0"
103       },
104       "testspecs": [
105         {
106           "name": "tests",
107           "test_type": "unit",
108           "resources": "Tests/SQLiteTests/Resources/*",
109           "source_files": "Tests/SQLiteTests/*.swift",
110           "platforms": {
111             "ios": "12.0",
112             "tvos": "12.0",
113             "osx": "10.13"
114           }
115         }
116       ]
117     }
118   ],
119   "swift_version": "5"