[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 8 / d / c / StanwoodDebugger / 0.2.0 / StanwoodDebugger.podspec.json
bloba3e10f89416b06a57d8d130a22d2cc678ca2caa6
2   "name": "StanwoodDebugger",
3   "version": "0.2.0",
4   "summary": "Stanwood debugger provide live view debugging",
5   "description": "Live debugger for:\n    1. Analytics\n    2. UITesting views and keys [WIP]\n    3. General logger [WIP]\n    4. Networking [WIP]\n    5. Errors [WIP]",
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": "0.2.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.3.1"
41     ]
42   }