blob: 7874de7b254b6c5c9ac3052de9da150b68705657 [file] [log] [blame]
{
"name": "DebugMan",
"version": "3.2.3",
"summary": "Debugging tool for iOS in Swift",
"description": "Debugging tool for iOS in Swift",
"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.2.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
}