blob: c0d45435994d08dc1cdc501b9817e9cdc888b3f5 [file] [log] [blame]
{
"name": "RSQLCipher",
"version": "2.1.3",
"license": "BSD",
"summary": "Full Database Encryption for RSQLite.",
"description": "RSQLCipher is an open source extension to SQLite.",
"homepage": "http://sqlcipher.net",
"authors": "Zetetic LLC",
"source": {
"git": "https://github.com/Rostyk/RSQLCipher.git",
"tag": "2.1.3"
},
"preserve_paths": "*.a",
"libraries": [
"sqlcipher",
"crypto"
],
"xcconfig": {
"OTHER_CFLAGS": "-DSQLITE_HAS_CODEC",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/RSQLCipher\""
},
"platforms": {
"ios": null
}
}