[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / c / 4 / DeLogger / 0.1 / DeLogger.podspec.json
blob4bd75cb96c29c4a8005d1b28a00ff63d02b5b3b3
2   "name": "DeLogger",
3   "version": "0.1",
4   "summary": "iOS debugger tool for iOS developer. Display logs, network request, device informations, crash logs while using the app.",
5   "description": "DeLogger is an debugger tool for iOS, with the following features:\n\n● display all app logs in different colors as you like.\n● display all app network http requests details, including third-party SDK in app.\n● display app device informations and app identity informations.\n● display app crash logs.\n● filter keywords in app logs and app network http requests.\n● app memory real-time monitoring.\n\nWelcome to star and fork. If you have any questions, welcome to open issues.",
6   "homepage": "https://github.com/liuxc123/DeLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuxc123": "lxc_work@126.com"
13   },
14   "source": {
15     "git": "https://github.com/liuxc123/DeLogger.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/Classes/**/*",
22   "resources": "Source/Assets/**/*",
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "requires_arc": true,
30   "pushed_with_swift_version": "4.0"