[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 2 / 0 / RSQLCipher / 2.1.1 / RSQLCipher.podspec.json
blob850525a40137ff8204d8908f4f3812a3b21fa4dc
2   "name": "RSQLCipher",
3   "version": "2.1.1",
4   "license": "BSD",
5   "summary": "Full Database Encryption for RSQLite.",
6   "description": "RSQLCipher is an open source extension to SQLite.",
7   "homepage": "http://sqlcipher.net",
8   "authors": "Zetetic LLC",
9   "source": {
10     "git": "https://github.com/Rostyk/RSQLCipher.git",
11     "tag": "2.1.1"
12   },
13   "preserve_paths": "*.a",
14   "libraries": [
15     "crypto",
16     "sqlcipher"
17   ],
18   "xcconfig": {
19     "OTHER_CFLAGS": "-DSQLITE_HAS_CODEC",
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/RSQLCipher\""
21   },
22   "platforms": {
23     "ios": null
24   }