[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / c / e / ContentProvidersSQLite / 1.6.1 / ContentProvidersSQLite.podspec.json
blob2b483bd6ac3a78acf2a5de81b090e7b72845b6ed
2   "name": "ContentProvidersSQLite",
3   "summary": "A content provider used for accessing and modifying data in SQLite database.",
4   "version": "1.6.1",
5   "platforms": {
6     "ios": "12.0"
7   },
8   "swift_versions": "5.5",
9   "cocoapods_version": "~> 1.11.3",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/content-providers.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/content-providers.ios.git",
19     "tag": "v1.6.1"
20   },
21   "source_files": "Modules/RoxieMobile.ContentProviders/Sources/SQLite/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 CONTENTPROVIDERS_FRAMEWORK_VERSION=@\\\"1.6.1\\\"",
24     "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
25   },
26   "user_target_xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1",
28     "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 1.4.3"
33     ],
34     "GRDB.swift/SQLCipher": [
35       "~> 5.21.0"
36     ],
37     "SwiftCommons/Concurrent": [
38       "~> 1.6.3"
39     ],
40     "SwiftCommons/Extensions": [
41       "~> 1.6.3"
42     ],
43     "ZIPFoundation": [
44       "~> 0.9.13"
45     ]
46   },
47   "swift_version": "5.5"