[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / d / c / StanwoodDebugger / 1.0 / StanwoodDebugger.podspec.json
blobf3fe86361b55e48bd7fbf98524cf30894ccc7adc
2   "name": "StanwoodDebugger",
3   "version": "1.0",
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.0"
17   },
18   "swift_version": "4.2",
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     "StanwoodCore": [
40       "~> 1.4.1"
41     ],
42     "Toast-Swift": [
43       "~> 4.0.1"
44     ]
45   }