[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 5 / WasmPatch / 0.0.1 / WasmPatch.podspec.json
blob502081c5810d986c0cc82e4da23e87dc820d89f6
2   "name": "WasmPatch",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "everettjf": "everettjf@live.com"
10   },
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.14"
14   },
15   "source": {
16     "git": "https://github.com/everettjf/WasmPatch.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "WasmPatch/Classes/**/*",
20   "public_header_files": "WasmPatch/Classes/WasmPatch.h",
21   "libraries": "c++",
22   "xcconfig": {
23     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
24     "CLANG_CXX_LIBRARY": "libc++"
25   }