[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 0 / 6 / f / SQLiteRepair / 1.2.1 / SQLiteRepair.podspec.json
blobac21e94e90cc05033c813f847935ac5b9e60711e
2   "name": "SQLiteRepair",
3   "version": "1.2.1",
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/wujianguo/SQLiteRepair",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wujianguo": "lsjustin89@gmail.com"
13   },
14   "module_name": "sqliterk",
15   "platforms": {
16     "watchos": "2.0",
17     "tvos": "9.0",
18     "osx": "10.9",
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "WCDBOptimizedSQLCipher": [
23       "~> 1.2.0"
24     ]
25   },
26   "source": {
27     "git": "https://github.com/wujianguo/SQLiteRepair.git",
28     "tag": "1.2.1"
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     "APPLICATION_EXTENSION_API_ONLY": "YES"
42   },
43   "header_dir": "sqliterk"