[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 4 / d / 3 / AutoLayoutLint / 0.1.0 / AutoLayoutLint.podspec.json
blob2739c278937c8bd369c7cfbfb7e7f207d5777b20
2   "name": "AutoLayoutLint",
3   "version": "0.1.0",
4   "summary": "Provides automated test to detect runtime conflicts of constraints.",
5   "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.",
6   "homepage": "https://github.com/ypresto/AutoLayoutLint",
7   "screenshots": "https://github.com/ypresto/AutoLayoutLint/raw/v0.1.0/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "ypresto": "yuya.presto@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ypresto/AutoLayoutLint.git",
14     "tag": "v0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AutoLayoutLint": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "XCTest",
27   "public_header_files": "Pod/Classes/PSTAutoLayoutLintTestCase.h",
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   }