blob: 4b65712648f8eac3994a1cfeff0d124cbc175cd1 [file] [log] [blame]
{
"name": "ContentProvidersSQLite",
"summary": "A content provider used for accessing and modifying data in SQLite database.",
"version": "1.3.1",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/content-providers.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/content-providers.ios.git",
"tag": "1.3.1"
},
"source_files": "Modules/RoxieMobile.ContentProviders/Sources/SQLite/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 CONTENTPROVIDERS_FRAMEWORK_VERSION=@\\\"1.3.1\\\"",
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1",
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
},
"dependencies": {
"CryptoSwift": [
"~> 0.13.1"
],
"SwiftCommons/Concurrent": [
"~> 1.3.1"
],
"SwiftCommons/Extensions": [
"~> 1.3.1"
],
"SQLite.swift/SQLCipher": [
"~> 0.11.5"
],
"SQLCipher": [
"~> 3.4.2",
"< 4.0.0"
]
}
}