blob: 0a96d00714df7bcc15e3aad48694bf8064e9a282 [file] [log] [blame]
{
"name": "LLDebugTool",
"version": "1.3.3",
"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.3"
},
"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"
],
"dependencies": {
"FMDB": [
"~> 2.0"
],
"Masonry": [
]
}
}