[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 5 / e / a / YXTUnsatisfiableConstraintsDetector / 0.1.0 / YXTUnsatisfiableConstraintsDetector.podspec.json
blob6026b981f344eafeb55b516758978f91eac50c3c
2   "name": "YXTUnsatisfiableConstraintsDetector",
3   "version": "0.1.0",
4   "summary": "A utility for detecting unsatisfiable constraint errors and calling back to allow automated runtime handling.",
5   "description": "YXTUnsatisfiableConstraintsDetector is a debugging tool that catches unsatisfiable constraint errors as they appear at the console and provides call backs either directly to blocks or via NSNotificationCenter. This allows such errors to be handled at runtime.\n\nThis tool is intended for debugging only, and has not been designed for production-level performance.",
6   "homepage": "https://github.com/yext/YXTUnsatisfiableConstraintsDetector",
7   "license": "MIT",
8   "authors": {
9     "Tom Elliott": "telliott@yext.com"
10   },
11   "source": {
12     "git": "https://github.com/yext/YXTUnsatisfiableConstraintsDetector.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "YXTUnsatisfiableConstraintsDetector": [
22       "Pod/Assets/*.png"
23     ]
24   }