[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / d / 2 / SQLiteRepairKit_Prepush / 1.1.6 / SQLiteRepairKit_Prepush.podspec.json
blob301b3c4008431f63e809963dcaa1fca6aa6731f8
2   "name": "SQLiteRepairKit_Prepush",
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   "source": {
22     "git": "https://github.com/Tencent/wcdb.git",
23     "commit": "5a4cd1b71cb1dcd79b48f334e577c78c2d88db1d"
24   },
25   "public_header_files": "repair/SQLiteRepairKit.h",
26   "source_files": "repair/*.{h,c,cpp}",
27   "libraries": [
28     "z",
29     "c++"
30   ],
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
33     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
34     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
35     "CLANG_CXX_LIBRARY": "libc++"
36   },
37   "header_dir": "sqliterk",
38   "dependencies": {
39     "WCDBOptimizedSQLCipher_Prepush": [
40       "~> 1.1.0"
41     ]
42   }