blob: cda3161ac465edf691d62b7cc2d70b372ff8cbfc [file] [log] [blame]
{
"name": "LLDebugToolSwift",
"version": "1.2.0",
"summary": "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.",
"homepage": "https://github.com/HDB-Li/LLDebugToolSwift",
"license": "MIT",
"authors": {
"HDB-Li": "llworkinggroup1992@gmail.com"
},
"social_media_url": "https://github.com/HDB-Li",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HDB-Li/LLDebugToolSwift.git",
"tag": "1.2.0"
},
"requires_arc": true,
"source_files": "LLDebugToolSwift/**/*.{h,m,swift}",
"dependencies": {
"LLDebugTool": [
"1.2.0"
]
},
"swift_version": "4.0",
"subspecs": [
{
"name": "Network",
"dependencies": {
"LLDebugTool/Network": [
"1.2.0"
]
}
},
{
"name": "Log",
"source_files": "LLDebugToolSwift/**/*.{h,m,swift}",
"dependencies": {
"LLDebugTool/Log": [
"1.2.0"
]
}
},
{
"name": "Crash",
"dependencies": {
"LLDebugTool/Crash": [
"1.2.0"
]
}
},
{
"name": "AppInfo",
"dependencies": {
"LLDebugTool/AppInfo": [
"1.2.0"
]
}
},
{
"name": "Sandbox",
"dependencies": {
"LLDebugTool/Sandbox": [
"1.2.0"
]
}
},
{
"name": "Screenshot",
"dependencies": {
"LLDebugTool/Screenshot": [
"1.2.0"
]
}
},
{
"name": "StorageManager",
"dependencies": {
"LLDebugTool/StorageManager": [
"1.2.0"
]
}
},
{
"name": "General",
"dependencies": {
"LLDebugTool/General": [
"1.2.0"
]
}
}
]
}