[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / a / 7 / ASDebugger / 0.0.4 / ASDebugger.podspec.json
blobfda4ebf079bd94d5fb302a8b5b0a36400e892480
2   "name": "ASDebugger",
3   "version": "0.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "vendored_frameworks": "ASDebugger-0.0.4/ios/ASDebugger.framework"
24     }
25   ]