5 "summary": "Full Database Encryption for SQLite.",
6 "description": "SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.",
7 "homepage": "http://sqlcipher.net",
8 "authors": "Zetetic LLC",
10 "git": "https://github.com/guilhermeandrade/sqlcipher.git",
13 "preserve_paths": "*.a",
19 "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC",
20 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/SQLCipher\""