blob: 41a87875e30db1e49c9cb590355efab3e46f39cf [file] [log] [blame]
{
"name": "RTDebugKit",
"version": "0.1.1",
"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://bitbucket.org/rentateam/rtdebugkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtdebugkit.git",
"tag": "0.1.1"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "RTDebugKit/Classes/**/*",
"resource_bundles": {
"RTDebugKit": [
"RTDebugKit/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"dependencies": {
"Alamofire": [
],
"AlamofireActivityLogger": [
],
"JustLog": [
],
"Sentry": [
],
"FLEX": [
],
"TTWindowManager": [
]
}
}