2 "name": "WCDB_Prepush",
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",
12 "sanhuazhang": "sanhuazhang@tencent.com"
20 "module_name": "WCDB",
22 "git": "https://github.com/Tencent/wcdb.git",
25 "public_header_files": [
27 "objc/WCDB/**/*.{h,hpp}"
31 "objc/WCDB/**/*.{h,m,hpp,cpp,mm}"
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"
58 "WCDBOptimizedSQLCipher": [
65 "static_framework": true