4 "summary": "A short description of BuzzWCDB.",
5 "description": "The BuzzMsg Database, for Swift. (If you want to use WCDB for Objective-C, see the \"WCDB\" 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.",
6 "homepage": "https://github.com/buzzmsg/Buzz-WCDB",
12 "buzzmsg": "admin@buzzmsg.com"
19 "git": "https://github.com/buzzmsg/Buzz-WCDB.git",
22 "module_name": "WCDBSwift",
24 "source_files": "BuzzWCDB/Classes/**/*",
25 "pod_target_xcconfig": {
26 "GCC_PREPROCESSOR_DEFINITIONS": "SQLITE_HAS_CODEC WCDB_BUILTIN_SQLCIPHER",
27 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
28 "APPLICATION_EXTENSION_API_ONLY": "YES",
29 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/WCDBSwift",
30 "LIBRARY_SEARCH_PATHS[sdk=macosx*]": "$(SDKROOT)/usr/lib/system",
31 "OTHER_SWIFT_FLAGS[config=Release][sdk=iphonesimulator*]": "-D WCDB_IOS",
32 "OTHER_SWIFT_FLAGS[config=Release][sdk=iphoneos*]": "-D WCDB_IOS",
33 "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG",
34 "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]": "-D WCDB_IOS -D DEBUG",
35 "OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]": "-D WCDB_IOS -D DEBUG"
37 "swift_versions": "5",
39 "WCDBOptimizedSQLCipher": [