[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 4 / ZIKConstraintsGuard / 1.0 / ZIKConstraintsGuard.podspec.json
blob1d172a3bbff5e17f353a10329bf23369c5a12c95
2   "name": "ZIKConstraintsGuard",
3   "version": "1.0",
4   "summary": "tool for debugging iOS view constraint conflict",
5   "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.",
6   "homepage": "https://github.com/Zuikyo/ZIKConstraintsGuard",
7   "license": "MIT",
8   "authors": {
9     "Zuikyo": "zuilongzhizhu@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Zuikyo/ZIKConstraintsGuard.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "ZIKConstraintsGuard",
20     "ZIKConstraintsGuard/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true