blob: 8c4fb98370d0c69ea23e547248a619fe4db087a4 [file] [log] [blame]
{
"name": "ContentProvidersSQLite",
"summary": "A content provider used for accessing and modifying data in SQLite database.",
"version": "1.2.0",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"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.2.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.2.0\\\"",
"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.8.3"
],
"SwiftCommons/Concurrent": [
"~> 1.2.5"
],
"SwiftCommons/Extensions": [
"~> 1.2.5"
],
"SQLite.swift/SQLCipher": [
"~> 0.11.4"
]
}
}