[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / c / matrix-wechat-rcemodify / 1.0.1 / matrix-wechat-rcemodify.podspec.json
blobdda20ff3295657624ff7f58b9226b853216c9a88
2   "name": "matrix-wechat-rcemodify",
3   "version": "1.0.1",
4   "summary": "Modify Matrix for iOS/macOS is a performance probe tool developed and used by WeChat.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "asunrong": "gongjiahao@rongcloud.cn"
11   },
12   "homepage": "https://github.com/rongcloud-community/matrix-wechat.git",
13   "description": "Modify Matrix for iOS/macOS is a performance probe tool developed and used by WeChat. \nIt is currently integrated into the APM (Application Performance Manage) platform inside WeChat. \nThe monitoring scope of the current tool includes: crash, lag, and out-of-memory, which includes the following two plugins:\n\n1.WCCrashBlockMonitorPlugin: Based on [KSCrash](https://github.com/kstenerud/KSCrash) framework, it features cutting-edge lag stack capture capabilities with crash cpature.\n\n2.WCMemoryStatPlugin: A performance-optimized out-of-memory monitoring tool that captures memory allocation and the callstack of an application's out-of-memory event.",
14   "source": {
15     "git": "https://github.com/rongcloud-community/matrix-wechat.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "vendored_frameworks": "ios/Matrix.framework"
23   },
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "arm64 x86_64",
26     "ENABLE_BITCODE": "NO"
27   }