[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / DebugMan / 4.7.9 / DebugMan.podspec.json
blobb1435a8e9fc1dd9b6b82ecde6377d5b2e3ae40a3
2   "name": "DebugMan",
3   "version": "4.7.9",
4   "summary": "Debugger tool for iOS",
5   "description": "DebugMan is an debugger tool for iOS, support both Swift and Objective-C language :\n\n- Display all app network http requests details, including SDKs and image preview.\n- Display app device informations and app identity informations.\n- Display all app logs in different colors as you like.\n- Display app crash logs.\n- Preview and share sandbox files on device/simulator.\n- Shake device/simulator to hide/show the black bubble.\n- App memory real-time monitoring displayed in the black bubble.\n- Long press the black bubble to show Apple's UIDebuggingInformationOverlay. (also available in iOS11)\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": "723661989@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/liman123/DebugMan.git",
16     "tag": "4.7.9"
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": "4.0"
31   }