[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / c / 6 / SQLiteRepairKit / 1.1.6 / SQLiteRepairKit.podspec.json
blob72a1d6fbfcf90c0f8fe91ed6c524bbd62df7f508
2   "name": "SQLiteRepairKit",
3   "version": "1.1.6",
4   "summary": "Repair kit for SQLite based database",
5   "description": "sqliterk is a efficient, self-contain repair kit for restoring corrupted SQLite based database.\n\nIt's basically used in WCDB, which is an efficient, complete, easy-to-use mobile database framework.",
6   "homepage": "https://github.com/Tencent/wcdb",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sanhuazhang": "sanhuazhang@tencent.com"
13   },
14   "module_name": "sqliterk",
15   "platforms": {
16     "watchos": "2.0",
17     "tvos": "9.0",
18     "osx": "10.9",
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "WCDBOptimizedSQLCipher": [
23       "~> 1.1.0"
24     ]
25   },
26   "source": {
27     "git": "https://github.com/Tencent/wcdb.git",
28     "commit": "5a4cd1b71cb1dcd79b48f334e577c78c2d88db1d"
29   },
30   "public_header_files": "repair/SQLiteRepairKit.h",
31   "source_files": "repair/*.{h,c,cpp}",
32   "libraries": [
33     "z",
34     "c++"
35   ],
36   "pod_target_xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
38     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
39     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
40     "CLANG_CXX_LIBRARY": "libc++",
41     "GCC_SYMBOLS_PRIVATE_EXTERN": "YES",
42     "DEFINES_MODULE": "YES"
43   },
44   "static_framework": true,
45   "header_dir": "sqliterk",
46   "module_map": "repair/SQLiteRepairKit.modulemap"