[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / 0 / RSQLCipher / 2.1.3 / RSQLCipher.podspec.json
blobc0d45435994d08dc1cdc501b9817e9cdc888b3f5
2   "name": "RSQLCipher",
3   "version": "2.1.3",
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.3"
12   },
13   "preserve_paths": "*.a",
14   "libraries": [
15     "sqlcipher",
16     "crypto"
17   ],
18   "xcconfig": {
19     "OTHER_CFLAGS": "-DSQLITE_HAS_CODEC",
20     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/RSQLCipher\""
21   },
22   "platforms": {
23     "ios": null
24   }