[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 8 / DesuDBEncryption / 0.1.0 / DesuDBEncryption.podspec.json
blobb8106c2febcfce0d1e082a5362f7d75075eaaa01
2   "name": "DesuDBEncryption",
3   "version": "0.1.0",
4   "summary": "A short description of DesuDBEncryption.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/desusai7/DesuDBEncryption",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "48179357": "venkat@rudderstack.com"
13   },
14   "source": {
15     "git": "https://github.com/desusai7/DesuDBEncryption",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "DesuDBEncryption/Classes/**/*",
22   "dependencies": {
23     "Rudder": [
24       "~> 1.20"
25     ],
26     "SQLCipher": [
27       "~>4.0"
28     ]
29   },
30   "xcconfig": {
31     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1 -DSQLCIPHER_CRYPTO",
32     "HEADER_SEARCH_PATHS": "SQLCipher"
33   }