blob: 572e0d9874131c5081eebbb98769db161a0defd5 [file] [log] [blame]
{
"name": "iOS-Hierarchy-Viewer",
"version": "1.3",
"summary": "Allows to debug user interfaces with a real time preview of the UIViews hierarchy.",
"description": "iOS Hierarchy Viewer allows developers to debug their user interfaces. If there are problems with layout calculations, it will catch them by giving a real time preview of the UIViews hierarchy.Features:- the client is implemented in HTML/JS/CSS. Additional software is not required.- preview of device/simulator screen. Can be scaled and/or rotated on demand.- debug frames shows the exact UIViews frames.- property list shows obj-c properties and their values for selected UIView.",
"homepage": "https://github.com/glock45/iOS-Hierarchy-Viewer",
"license": {
"type": "BSD"
},
"authors": {
"Damian KoĊ‚akowski": "krzysztof.zablocki@me.com"
},
"source": {
"git": "https://github.com/glock45/iOS-Hierarchy-Viewer.git",
"tag": "1.3"
},
"platforms": {
"ios": null
},
"source_files": "iOSViewHierarchy/**/*.{h,m}",
"exclude_files": "**/*json*",
"dependencies": {
"JSONKit": [
]
},
"requires_arc": false
}