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"
14 "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}"
46 "pod_target_xcconfig": {
47 "GCC_PREPROCESSOR_DEFINITIONS": "WCDB_BUILTIN_COLUMN_CODING SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
48 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDB",
49 "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
50 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
51 "CLANG_CXX_LIBRARY": "libc++",
52 "OTHER_CFLAGS": "-fvisibility-inlines-hidden",
53 "OTHER_CPLUSPLUSFLAGS": "-fvisibility-inlines-hidden"
57 "WCDBOptimizedSQLCipher_Prepush": [
60 "SQLiteRepairKit_Prepush": [