blob: dbcac3c8abb52e1e8ca32555e3b0d9eecffe7d67 [file] [log] [blame]
{
"name": "LayoutInspector",
"version": "1.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": "1.2.0"
},
"social_media_url": "https://twitter.com/iWadedunk",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "LayoutInspector/**/*.{h,m,swift}",
"resources": [
"LayoutInspector/**/*.xib",
"LayoutInspector/**/*.xcassets",
"LayoutInspector/**/*.storyboard"
],
"swift_version": "5.0"
}