[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 2 / WCDB_Prepush / 1.0.7.5 / WCDB_Prepush.podspec.json
blob85d5f4c694fb34d3791925b0594cb7e1f18a8f26
2   "name": "WCDB_Prepush",
3   "version": "1.0.7.5",
4   "summary": "WCDB is a cross-platform database framework developed by WeChat.",
5   "description": "The WeChat Database, for Objective-C. (If you want to use WCDB for Swift, see the \"WCDBSwift\" pod.)\n\nWCDB is an efficient, complete, easy-to-use mobile database framework used in the WeChat application.\nIt can be a replacement for Core Data, SQLite & FMDB.",
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   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "module_name": "WCDB",
21   "source": {
22     "git": "https://github.com/Tencent/wcdb.git",
23     "tag": "v1.0.7"
24   },
25   "public_header_files": [
26     "objc/WCDB/WCDB.h",
27     "objc/WCDB/**/*.{h,hpp}"
28   ],
29   "source_files": [
30     "objc/WCDB/WCDB.h",
31     "objc/WCDB/**/*.{h,m,hpp,cpp,mm}"
32   ],
33   "frameworks": [
34     "CoreFoundation",
35     "Security",
36     "Foundation",
37     "sqlcipher",
38     "sqliterk"
39   ],
40   "ios": {
41     "frameworks": "UIKit"
42   },
43   "libraries": [
44     "z",
45     "c++"
46   ],
47   "requires_arc": true,
48   "pod_target_xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "WCDB_BUILTIN_COLUMN_CODING SQLITE_HAS_CODEC",
50     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDB",
51     "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
52     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
53     "CLANG_CXX_LIBRARY": "libc++",
54     "OTHER_CFLAGS": "-fvisibility-inlines-hidden",
55     "OTHER_CPLUSPLUSFLAGS": "-fvisibility-inlines-hidden"
56   },
57   "dependencies": {
58     "WCDBOptimizedSQLCipher": [
59       "~> 1.1.0"
60     ],
61     "SQLiteRepairKit": [
62       "~> 1.1.0"
63     ]
64   },
65   "static_framework": true