blob: a54542640b19ad12cbbaa8ca565deba488b14bfe [file] [log] [blame]
{
"name": "ContentProvidersSQLite",
"summary": "A content provider used for accessing and modifying data in SQLite database.",
"version": "1.1.0",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0.beta.2",
"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.1.0"
},
"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.1.0\\\"",
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
"SWIFT_VERSION": "4.0"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1",
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER"
},
"dependencies": {
"CryptoSwift": [
"~> 0.8.0"
],
"SwiftCommons/Concurrent": [
"~> 1.1.0"
],
"SwiftCommons/Extensions": [
"~> 1.1.0"
],
"SQLite.swift/SQLCipher": [
"~> 0.11.4"
]
}
}