blob: 153bee37a241e929b58102497a9fa8abfe779f7c [file] [log] [blame]
{
"name": "KZ_Constraints",
"version": "0.1.2",
"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.2",
"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"
}
}