blob: 16c7fbd4e7d85cc5ed81aefa8322ecf7e7949d58 [file] [log] [blame]
{
"name": "HDWindowLogger",
"version": "2.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information",
"homepage": "https://github.com/DamonHu/HDWindowLogger",
"authors": {
"DamonHu": "dong765@qq.com"
},
"source": {
"git": "https://github.com/DamonHu/HDWindowLogger.git",
"tag": "2.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": [
"HDWindowLogger/HDWindowLogger/*.{h,m}",
"HDWindowLogger/HDWindowLogger/**/*.strings"
],
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
},
"documentation_url": "http://blog.hudongdong.com/ios/952.html"
}