blob: 502081c5810d986c0cc82e4da23e87dc820d89f6 [file] [log] [blame]
{
"name": "WasmPatch",
"version": "0.0.1",
"summary": "Yet Another Patch Module For iOS/macOS.",
"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.",
"homepage": "https://github.com/everettjf/WasmPatch",
"license": "MIT",
"authors": {
"everettjf": "everettjf@live.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.14"
},
"source": {
"git": "https://github.com/everettjf/WasmPatch.git",
"tag": "0.0.1"
},
"source_files": "WasmPatch/Classes/**/*",
"public_header_files": "WasmPatch/Classes/WasmPatch.h",
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"CLANG_CXX_LIBRARY": "libc++"
}
}