[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / DebugMan / 3.4.3 / DebugMan.podspec.json
blob394ce1162643c46cf3c96ab6cf2f04978ff8b6ca
2   "name": "DebugMan",
3   "version": "3.4.3",
4   "summary": "debugger tool for iOS in Swift",
5   "description": "DebugMan is an debugger tool for iOS in Swift, released under the MIT License. The author stole the idea from remirobert/Dotzu and JxbSir/JxbDebugTool so that people can make crappy clones.\n\nDebugMan has 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/liman123/DebugMan",
7   "license": "MIT",
8   "authors": {
9     "liman": "gg723661989@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/liman123/DebugMan.git",
16     "tag": "3.4.3"
17   },
18   "source_files": [
19     "Sources",
20     "Sources/**/*.{h,m,swift}"
21   ],
22   "public_header_files": "Sources/**/*.h",
23   "resources": "Sources/**/*.{png,xib,storyboard}",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "3.0"
31   },
32   "pushed_with_swift_version": "3.0",
33   "deprecated": true