[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 9 / 2 / RTDebugKit / 0.1.0 / RTDebugKit.podspec.json
blob5fed1f0a988ef366f0e2a1174b009bac299826e2
2   "name": "RTDebugKit",
3   "version": "0.1.0",
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://bitbucket.org/rentateam/rtdebugkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://bitbucket.org/rentateam/rtdebugkit.git",
16     "tag": "0.1.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "10.3"
23   },
24   "source_files": "RTDebugKit/Classes/**/*",
25   "resource_bundles": {
26     "RTDebugKit": [
27       "RTDebugKit/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png}"
28     ]
29   },
30   "dependencies": {
31     "Alamofire": [
33     ],
34     "AlamofireActivityLogger": [
36     ],
37     "JustLog": [
39     ],
40     "Sentry": [
42     ],
43     "FLEX": [
45     ],
46     "TTWindowManager": [
48     ]
49   }