blob: 626a6278599a01d4ad0552977ad195ba5f89b7b2 [file] [log] [blame]
{
"name": "DebugMan",
"version": "3.0.3",
"summary": "iOS debugging tool for Swift Programming Language",
"description": "iOS debugging tool for Swift Programming Language",
"homepage": "https://github.com/liman123/DebugMan",
"license": "MIT",
"authors": {
"liman": "723661989@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liman123/DebugMan.git",
"tag": "3.0.3"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"public_header_files": "Sources/**/*.h",
"resources": "Sources/**/*.{png,xib,storyboard}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}