blob: 3e7c4f0619b434dd2ff6b1e88555e4624ef97a50 [file] [log] [blame]
{
"name": "DDMoreDebug",
"version": "0.0.6",
"summary": "A short description of DDMoreDebug.",
"description": "DDMoreDebug is a debug tool for iOS.",
"homepage": "https://github.com/djs66256/ExDebug",
"license": "MIT",
"authors": {
"Daniel": "djs66256@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/djs66256/ExDebug.git",
"tag": "0.0.6"
},
"source_files": [
"ExDebugKit/iOS/Classes",
"ExDebugKit/iOS/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 2.3.0"
],
"SAMKeychain": [
]
}
}