[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 1 / LWSQLCipherDB / 1.0.0 / LWSQLCipherDB.podspec.json
blob40449ed7b7abeae1822d4da522fe3a8acc9feea9
2   "name": "LWSQLCipherDB",
3   "version": "1.0.0",
4   "summary": "一个封装于FMDB 与 SQLCipher 的处理加密sqlite数据组件.",
5   "description": "LWSQLCipherDB,一个封装于FMDB 与 SQLCipher 的处理加密sqlite数据组件.",
6   "homepage": "https://github.com/luowei/LWSQLCipherDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWSQLCipherDB.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "LWSQLCipherDB/Classes/**/*",
21   "xcconfig": {
22     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DSQLITE_THREADSAFE -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_CC",
23     "OTHER_LDFLAGS": "$(inherited) -framework Security"
24   },
25   "public_header_files": "LWSQLCipherDB/Classes/**/*.h",
26   "dependencies": {
27     "SQLCipher": [
29     ]
30   }