[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 8 / EncryptedCoreData / 3.0 / EncryptedCoreData.podspec.json
blob4c981749dca79c944e1d3ba246f5f9723dc13090
2   "name": "EncryptedCoreData",
3   "version": "3.0",
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.0"
14   },
15   "frameworks": [
16     "CoreData",
17     "Security"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.9"
23   },
24   "source_files": "Incremental Store/**/*.{h,m}",
25   "public_header_files": "Incremental Store/EncryptedStore.h",
26   "dependencies": {
27     "SQLCipher": [
28       "~> 3.1.0"
29     ]
30   },
31   "xcconfig": {
32     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLCIPHER_CRYPTO_CC"
33   }