blob: 2dae20b8df00173700aae4979725e66a4ca8a7c5 [file] [log] [blame]
{
"name": "EncryptedCoreData",
"version": "3.1",
"license": "Apache-2.0",
"summary": "iOS Core Data encrypted SQLite store using SQLCipher",
"description": "Provides a Core Data store that encrypts all data that is persisted. Besides the initial setup, the usage is exactly the same as Core Data and can be used in existing projects that use Core Data.",
"homepage": "https://github.com/project-imas/encrypted-core-data/",
"authors": {
"MITRE": "imas-proj-list@lists.mitre.org"
},
"source": {
"git": "https://github.com/project-imas/encrypted-core-data.git",
"tag": "3.1"
},
"frameworks": [
"CoreData",
"Security"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Incremental Store/**/*.{h,m}",
"public_header_files": "Incremental Store/EncryptedStore.h",
"dependencies": {
"SQLCipher": [
"~> 3.4.0"
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC"
}
}