[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 7 / SQLCipher / 2.1.1 / SQLCipher.podspec.json
blobd5b34d5e209e01f1c8b5924dd952fb676829f48c
2   "name": "SQLCipher",
3   "version": "2.1.1",
4   "license": "BSD",
5   "summary": "Full Database Encryption for SQLite.",
6   "description": "SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.",
7   "homepage": "http://sqlcipher.net",
8   "authors": "Zetetic LLC",
9   "source": {
10     "git": "https://github.com/guilhermeandrade/sqlcipher.git",
11     "tag": "2.1.1"
12   },
13   "preserve_paths": "*.a",
14   "libraries": [
15     "crypto",
16     "sqlcipher"
17   ],
18   "xcconfig": {
19     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC",
20     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/SQLCipher\""
21   },
22   "platforms": {
23     "ios": null
24   },
25   "requires_arc": false