blob: 11d8201e4a6b8b22c097595137b7cbe56f5c3903 [file] [log] [blame]
{
"name": "LayoutInspector",
"version": "1.0.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.0.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"
]
}