[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / 2 / RTDebugKit / 0.1.2 / RTDebugKit.podspec.json
blobf771850a5a3ba2631e3800015ef7f41b66969819
2   "name": "RTDebugKit",
3   "version": "0.1.2",
4   "summary": "A helper library to add debug abilities in your app",
5   "description": "It is a library to add debug functions in your app. All they appear with application shake on debug builds. They include:\n- in-app debugger\n- changing of backend endpoint\n- logging (console in debug mode and logz.io + sentry in release mode)",
6   "homepage": "https://github.com/Rentateam/rtdebugkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://github.com/Rentateam/rtdebugkit.git",
16     "tag": "0.1.2"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "10.3"
23   },
24   "swift_versions": "4.0",
25   "source_files": "RTDebugKit/Classes/**/*",
26   "resource_bundles": {
27     "RTDebugKit": [
28       "RTDebugKit/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png}"
29     ]
30   },
31   "dependencies": {
32     "Alamofire": [
34     ],
35     "AlamofireActivityLogger": [
37     ],
38     "JustLog": [
40     ],
41     "Sentry": [
43     ],
44     "FLEX": [
46     ],
47     "TTWindowManager": [
49     ]
50   },
51   "swift_version": "4.0"