blob: 2739c278937c8bd369c7cfbfb7e7f207d5777b20 [file] [log] [blame]
{
"name": "AutoLayoutLint",
"version": "0.1.0",
"summary": "Provides automated test to detect runtime conflicts of constraints.",
"description": "Auto Layout is simple and powerful solution to create responsible views.\nBut there are pitfalls of conflicting constraints on specific screen sizes,\nand they cannot be detected statically. This library helps detecting runtime\nconflicts using unit test.",
"homepage": "https://github.com/ypresto/AutoLayoutLint",
"screenshots": "https://github.com/ypresto/AutoLayoutLint/raw/v0.1.0/screenshot.png",
"license": "MIT",
"authors": {
"ypresto": "yuya.presto@gmail.com"
},
"source": {
"git": "https://github.com/ypresto/AutoLayoutLint.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AutoLayoutLint": [
"Pod/Assets/*.png"
]
},
"frameworks": "XCTest",
"public_header_files": "Pod/Classes/PSTAutoLayoutLintTestCase.h",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}