[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / b / iOSLogBrowserSDK / 1.0.3 / iOSLogBrowserSDK.podspec.json
blobc26c09c8e52965a840827dd16c3183a1e9785041
2   "name": "iOSLogBrowserSDK",
3   "version": "1.0.3",
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日志跟踪工具,让您在局域网内通过浏览器实时查看iOS应用日志。无需Mac电脑和数据线连接,支持多台设备同时监听,日志自动滚动显示,操作便捷,是移动测试人员的理想选择。",
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.3"
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://raw.githubusercontent.com/pcjbird/iOSLogBrowserSDK/refs/heads/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   }