[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / a / 7 / ASDebugger / 0.0.6 / ASDebugger.podspec.json
blobccf6d491a3f1f1d407c33cfc2b217330aa3c014b
2   "name": "ASDebugger",
3   "version": "0.0.6",
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.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/**/*",
24       "public_header_files": "Pod/Classes/**/*.h"
25     }
26   ]