blob: 86d2d8e43b9448042210eb50f5f4511d7bd787e6 [file] [log] [blame]
{
"name": "LayoutInspector",
"version": "0.2.0",
"summary": "LayoutInspector module",
"description": "LayoutInspector is a tool for debugging layers on iOS devices. It allows to get common information about each visible view and to inspect layers in 3D mode",
"homepage": "https://github.com/isavynskyi/LayoutInspector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ihor Savynskyi": "wadedunk08@gmail.com"
},
"source": {
"git": "https://github.com/isavynskyi/LayoutInspector.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/iWadedunk",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "LayoutInspector/**/*.{h,m,swift}",
"resources": [
"LayoutInspector/**/*.xib",
"LayoutInspector/**/*.xcassets",
"LayoutInspector/**/*.storyboard"
]
}