[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / d / c / StanwoodDebugger / 1.3 / StanwoodDebugger.podspec.json
blob7af83a1955eaff7e916bec6333a62f2a080c2c66
2   "name": "StanwoodDebugger",
3   "version": "1.3",
4   "summary": "Stanwood debugger provide live view debugging",
5   "description": "Live debugger for:\n    1. Analytics\n    2. Crashes\n    3. Logs\n    4. Networking\n    5. Errors",
6   "homepage": "https://github.com/stanwood/Stanwood_Debugger_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stanwood": "ios.frameworks@stanwood.io"
13   },
14   "source": {
15     "git": "https://github.com/stanwood/Stanwood_Debugger_iOS.git",
16     "tag": "1.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "StanwoodDebugger/Controller/**/*",
24     "StanwoodDebugger/Views/**/*",
25     "StanwoodDebugger/Modules/**/*",
26     "StanwoodDebugger/Model/**/*",
27     "StanwoodDebugger/Protocols/**/*",
28     "StanwoodDebugger/Extensions/**/*"
29   ],
30   "resource_bundles": {
31     "StanwoodDebugger": [
32       "StanwoodDebugger/Assets/*",
33       "StanwoodDebugger/Resources/*",
34       "StanwoodDebugger/Views/**/*.xib",
35       "StanwoodDebugger/Modules/**/*.xib"
36     ]
37   },
38   "dependencies": {
39     "Pulsator": [
41     ],
42     "StanwoodCore": [
44     ],
45     "SourceModel": [
47     ],
48     "Toast-Swift": [
49       "~> 4.0.1"
50     ]
51   },
52   "swift_version": "5.0"