[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 7 / c / e / ContentProvidersSQLite / 1.6.0 / ContentProvidersSQLite.podspec.json
blob0334cef9fc7aad5e4c666fe7368046d65d5289b8
2   "name": "ContentProvidersSQLite",
3   "summary": "A content provider used for accessing and modifying data in SQLite database.",
4   "version": "1.6.0",
5   "platforms": {
6     "ios": "12.0"
7   },
8   "swift_versions": "5.3",
9   "cocoapods_version": "~> 1.10.1",
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": "1.6.0"
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.0\\\"",
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.3.8"
33     ],
34     "GRDB.swift/SQLCipher": [
35       "~> 5.7.4"
36     ],
37     "SwiftCommons/Concurrent": [
38       "~> 1.6.0"
39     ],
40     "SwiftCommons/Extensions": [
41       "~> 1.6.0"
42     ],
43     "ZIPFoundation": [
44       "~> 0.9.12"
45     ]
46   },
47   "swift_version": "5.3"