blob: 4fee203121e743430de96d4941b3354787d0a8b4 [file] [log] [blame]
{
"name": "LayoutLoopHunter",
"version": "1.0",
"summary": "Tracking autolayout feedback loops.",
"swift_version": "4.2",
"description": "Runtime-based setup for tracking autolayout feedback loops.",
"homepage": "https://github.com/rsrbk/LayoutLoopHunter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rsrbk": "rsrbk1@gmail.com"
},
"source": {
"git": "https://github.com/rsrbk/LayoutLoopHunter.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/rsrbk123",
"platforms": {
"ios": "8.0"
},
"source_files": "LayoutLoopHunter/Classes/**/*"
}