blob: d87591f7a895e2842e5b8b6c419e391912f49271 [file] [log] [blame]
{
"name": "GRDBCipher",
"version": "1.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift application toolkit for SQLite databases.",
"homepage": "https://github.com/groue/GRDB.swift",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRDB.swift.git",
"tag": "v1.3.0"
},
"module_name": "GRDBCipher",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": [
"GRDB/**/*.swift",
"SQLCipher/*.h",
"Support/grdb_config.{c,h}"
],
"module_map": "SQLCipher/module.modulemap",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"
},
"frameworks": "Foundation",
"dependencies": {
"SQLCipher": [
"~> 3.4.1"
]
},
"pushed_with_swift_version": "3.1"
}