blob: a4b059d0b927bf32b1c0100006c4468e1f82a6ea [file] [log] [blame]
{
"name": "LLDebugTool",
"version": "1.3.5",
"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/LLDebugTool",
"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/LLDebugTool.git",
"tag": "1.3.5"
},
"requires_arc": true,
"public_header_files": [
"LLDebugTool/LLDebug.h",
"LLDebugTool/DebugTool/*.h"
],
"source_files": "LLDebugTool/**/*.{h,m}",
"resources": "LLDebugTool/**/*.{xib,storyboard,bundle}",
"frameworks": [
"Foundation",
"UIKit",
"Photos",
"SystemConfiguration",
"CoreTelephony",
"QuickLook",
"WebKit"
],
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}