blob: 1d172a3bbff5e17f353a10329bf23369c5a12c95 [file] [log] [blame]
{
"name": "ZIKConstraintsGuard",
"version": "1.0",
"summary": "tool for debugging iOS view constraint conflict",
"description": "iOS auto layout engine doesn't show the info about which view or view controller contains the bad constraint when constraint conflict happens.This tool can monitor constraint conflict,and gives more information.",
"homepage": "https://github.com/Zuikyo/ZIKConstraintsGuard",
"license": "MIT",
"authors": {
"Zuikyo": "zuilongzhizhu@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Zuikyo/ZIKConstraintsGuard.git",
"tag": "1.0"
},
"source_files": [
"ZIKConstraintsGuard",
"ZIKConstraintsGuard/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}