[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / b / GRDBCipher / 3.0.0 / GRDBCipher.podspec.json
blob9228dce3eac71d846132b17c7622d186ba61e4a2
2   "name": "GRDBCipher",
3   "version": "3.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A toolkit for SQLite databases, with a focus on application development.",
9   "homepage": "https://github.com/groue/GRDB.swift",
10   "authors": {
11     "Gwendal RouĂ©": "gr@pierlis.com"
12   },
13   "source": {
14     "git": "https://github.com/groue/GRDB.swift.git",
15     "tag": "v3.0.0"
16   },
17   "module_name": "GRDBCipher",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0"
22   },
23   "source_files": [
24     "GRDB/**/*.swift",
25     "SQLCipher/*.h",
26     "Support/grdb_config.h"
27   ],
28   "module_map": "SQLCipher/module.modulemap",
29   "xcconfig": {
30     "OTHER_SWIFT_FLAGS": "$(inherited) -D SQLITE_HAS_CODEC -D GRDBCIPHER",
31     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DGRDBCIPHER",
32     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 GRDBCIPHER=1"
33   },
34   "frameworks": "Foundation",
35   "dependencies": {
36     "SQLCipher": [
37       "~> 3.4.1"
38     ]
39   }