2 "name": "ContentProvidersSQLite",
3 "summary": "A content provider used for accessing and modifying data in SQLite database.",
8 "swift_version": "4.2",
9 "cocoapods_version": ">= 1.4.0",
10 "static_framework": true,
11 "homepage": "https://github.com/roxiemobile/content-providers.ios",
13 "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14 "Alexander Bragin": "bragin-av@roxiemobile.com"
16 "license": "BSD-4-Clause",
18 "git": "https://github.com/roxiemobile/content-providers.ios.git",
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.3.0\\\"",
24 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
26 "user_target_xcconfig": {
27 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1",
28 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
34 "SwiftCommons/Concurrent": [
37 "SwiftCommons/Extensions": [
40 "SQLite.swift/SQLCipher": [