[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / b / iOSLogBrowserSDK / 1.0.0-beta.1 / iOSLogBrowserSDK.podspec.json
blob4f5e66c18b15b2888cea4c16ac0c624001793d64
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",
7   "license": "MIT",
8   "authors": {
9     "pcjbird": "pcjbird@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pcjbird/iOSLogBrowserSDK.git",
13     "tag": "1.0.0-beta.1"
14   },
15   "social_media_url": "https://www.lessney.com",
16   "requires_arc": true,
17   "documentation_url": "https://github.com/pcjbird/iOSLogBrowserSDK/blob/master/README.md",
18   "screenshots": "https://github.com/pcjbird/iOSLogBrowserSDK/blob/master/logo.png",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "vendored_frameworks": "iOSLogBrowserSDK/iOSLogBrowserSDK.xcframework",
27   "resources": "iOSLogBrowserSDK/iOSLogBrowserSDK.bundle",
28   "dependencies": {
29     "XLFacility": [
31     ],
32     "YYWebImage": [
34     ]
35   },
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-lObjC"
38   }