[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / a / 7 / ASDebugger / 0.0.9 / ASDebugger.podspec.json
blob2201b40d4c48ffa41159cef4d0c428d15095877e
2   "name": "ASDebugger",
3   "version": "0.0.9",
4   "summary": "ASDebugger is a remote debugging toolset for your native iOS app.",
5   "description": "Remote debugging network requests, effortlessly Mock Data, Intergrated with iOS easily, without any tooling involved like Charles.",
6   "homepage": "https://github.com/AppScaffold/ASDebugger",
7   "license": "MIT",
8   "authors": {
9     "square": "square.zhao.wei@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AppScaffold/ASDebugger.git",
13     "tag": "0.0.9"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SocketRocket": [
21       "~> 0.5.1"
22     ]
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Pod/Classes/**/*",
29       "public_header_files": "Pod/Classes/**/*.h"
30     }
31   ]