2 "name": "iOSLogBrowserSDK",
3 "version": "1.0.0-beta.1",
4 "summary": "A real-time iOS log tracing tool that enables viewing iOS logs on a PC web browser within a local area network. The log display automatically scrolls similar to Xcode console.",
5 "description": "一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像 Xcode 控制台一样自动滚动。\n在测试 iOS App 过程中,有很多时候我们需要一边操作一边查看输出日志。对于有 MAC 机的来说,当然在 XCode 下自己打包测试查看日志那是非常方便的,但是大部分的测试是没有 MAC 机的。 虽然开发也有将日志写入文件,但是每次操作完了再去打开文件查看,非常不方便。\n那有没有一种类似xcode输出日志的方式呢?\n答案就是今天要说的这个: 直接用浏览器实时查看输出的log信息。",
6 "homepage": "https://github.com/pcjbird/iOSLogBrowserSDK",
9 "pcjbird": "pcjbird@hotmail.com"
12 "git": "https://github.com/pcjbird/iOSLogBrowserSDK.git",
15 "social_media_url": "https://www.lessney.com",
17 "documentation_url": "https://github.com/pcjbird/iOSLogBrowserSDK/blob/master/README.md",
18 "screenshots": "https://github.com/pcjbird/iOSLogBrowserSDK/blob/master/logo.png",
26 "vendored_frameworks": "iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework",
27 "resources": "iOSLogBrowserSDK/iOSLogBrowserSDK.bundle",
36 "pod_target_xcconfig": {
37 "OTHER_LDFLAGS": "-lObjC"