blob: f771850a5a3ba2631e3800015ef7f41b66969819 [file] [log] [blame]
{
"name": "RTDebugKit",
"version": "0.1.2",
"summary": "A helper library to add debug abilities in your app",
"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)",
"homepage": "https://github.com/Rentateam/rtdebugkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://github.com/Rentateam/rtdebugkit.git",
"tag": "0.1.2"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.3"
},
"swift_versions": "4.0",
"source_files": "RTDebugKit/Classes/**/*",
"resource_bundles": {
"RTDebugKit": [
"RTDebugKit/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"dependencies": {
"Alamofire": [
],
"AlamofireActivityLogger": [
],
"JustLog": [
],
"Sentry": [
],
"FLEX": [
],
"TTWindowManager": [
]
},
"swift_version": "4.0"
}