Latest | 0.1.7 |
---|---|
Homepage | https://github.com/KieronZhang/KZ_Constraints |
License | MIT |
Platforms | ios 8.0, osx 10.10, requires ARC |
Authors |
KZ_Constraints
Latest podspec
{ "name": "KZ_Constraints", "version": "0.1.7", "summary": "iOS & macOS Constraints.", "homepage": "https://github.com/KieronZhang/KZ_Constraints", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "KieronZhang": "https://github.com/KieronZhang" }, "source": { "git": "https://github.com/KieronZhang/KZ_Constraints.git", "tag": "0.1.7", "submodules": true }, "xcconfig": { "OTHER_LDFLAGS": "-ObjC" }, "requires_arc": true, "ios": { "frameworks": [ "Foundation", "UIKit" ], "vendored_frameworks": "KZ_Constraints/KZ_Constraints_iOS.framework" }, "osx": { "frameworks": [ "Foundation", "AppKit" ], "vendored_frameworks": "KZ_Constraints/KZ_Constraints_macOS.framework" }, "platforms": { "ios": "8.0", "osx": "10.10" } }
Wed, 17 Oct 2018 23:20:08 +0000