4 "summary": "Yet Another Patch Module For iOS/macOS.",
5 "description": "WasmPatch bridges `Objective-C and WebAssembly`. We `build C code into WebAssembly`, \nand have the ability to `call any Objective-C class and method dynamically`. This \nmakes the App obtaining the power of WebAssembly: add features or replacing \nObjective-C code to fix bugs dynamically.",
6 "homepage": "https://github.com/everettjf/WasmPatch",
9 "everettjf": "everettjf@live.com"
16 "git": "https://github.com/everettjf/WasmPatch.git",
19 "source_files": "WasmPatch/Classes/**/*",
20 "public_header_files": "WasmPatch/Classes/WasmPatch.h",
23 "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
24 "CLANG_CXX_LIBRARY": "libc++"