[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / a / f / 8 / EncryptedCoreData / 3.1 / EncryptedCoreData.podspec.json
blob2dae20b8df00173700aae4979725e66a4ca8a7c5
2   "name": "EncryptedCoreData",
3   "version": "3.1",
4   "license": "Apache-2.0",
5   "summary": "iOS Core Data encrypted SQLite store using SQLCipher",
6   "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.",
7   "homepage": "https://github.com/project-imas/encrypted-core-data/",
8   "authors": {
9     "MITRE": "imas-proj-list@lists.mitre.org"
10   },
11   "source": {
12     "git": "https://github.com/project-imas/encrypted-core-data.git",
13     "tag": "3.1"
14   },
15   "frameworks": [
16     "CoreData",
17     "Security"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "source_files": "Incremental Store/**/*.{h,m}",
25   "public_header_files": "Incremental Store/EncryptedStore.h",
26   "dependencies": {
27     "SQLCipher": [
28       "~> 3.4.0"
29     ]
30   },
31   "xcconfig": {
32     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC"
33   }