blob: cf66e94f27fafdbe1fb5fc2b4732d2a2fcd44a2a [file] [log] [blame]
{
"name": "CAViewDebugger",
"version": "0.0.4",
"summary": "A lightweight on-device View Hierarchy Debugger(like Xcode) based on Core Animation.",
"homepage": "https://github.com/lhuanyu/CAViewDebugger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lhuanyu": "lhuany@gmail.com"
},
"source": {
"git": "https://github.com/lhuanyu/CAViewDebugger.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source_files": "CAViewDebugger/ViewDebugger/*.{h,m,swift}",
"resources": "CAViewDebugger/ViewDebugger/*.xcassets",
"swift_version": "4.2"
}