[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 4 / ZIKConstraintsGuard / 1.1 / ZIKConstraintsGuard.podspec.json
blobd14e837e2e82e0b2142dab21c7755b3bc092a9f4
2   "name": "ZIKConstraintsGuard",
3   "version": "1.1",
4   "summary": "A tool for debugging iOS view constraint.Monitor constraint conflict and crash problem below iOS7.",
5   "description": "iOS auto layout engine doesn't show the info about which view or view controller contains the bad constraint when constraint conflict or crash happens.This tool can monitor constraint conflict and crash,and gives more specific 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.1"
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