[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / 4 / 1 / KZ_Constraints / 0.1.7 / KZ_Constraints.podspec.json
blob332db9d00ce616cc9a75277de8835c500d67332c
2   "name": "KZ_Constraints",
3   "version": "0.1.7",
4   "summary": "iOS & macOS Constraints.",
5   "homepage": "https://github.com/KieronZhang/KZ_Constraints",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KieronZhang": "https://github.com/KieronZhang"
12   },
13   "source": {
14     "git": "https://github.com/KieronZhang/KZ_Constraints.git",
15     "tag": "0.1.7",
16     "submodules": true
17   },
18   "xcconfig": {
19     "OTHER_LDFLAGS": "-ObjC"
20   },
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "Foundation",
25       "UIKit"
26     ],
27     "vendored_frameworks": "KZ_Constraints/KZ_Constraints_iOS.framework"
28   },
29   "osx": {
30     "frameworks": [
31       "Foundation",
32       "AppKit"
33     ],
34     "vendored_frameworks": "KZ_Constraints/KZ_Constraints_macOS.framework"
35   },
36   "platforms": {
37     "ios": "8.0",
38     "osx": "10.10"
39   }