[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / a / 7 / Debugging / 1.0.0 / Debugging.podspec.json
blob687b49fec6decfeb2b787a47b0b31dcd1ae03039
2   "name": "Debugging",
3   "version": "1.0.0",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/debugging",
6   "authors": {
7     "Vapor": "contact@vapor.codes"
8   },
9   "summary": "A library to aid Vapor users with better debugging around the framework",
10   "source": {
11     "git": "https://github.com/vapor/debugging.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/codevapor",
22   "default_subspecs": "Default",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "Sources/**/*.{swift}"
28     }
29   ]