blob: 50b235900813866d8de554dcbf137ba7ed08a8e2 [file] [log] [blame]
{
"name": "KZ_Constraints_DEV",
"version": "0.1.7",
"summary": "iOS & macOS Constraints.",
"homepage": "http://47.95.250.128/GitHubDemos/KZ_Constraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://47.95.250.128/KieronZhang"
},
"source": {
"git": "http://47.95.250.128/GitHubDemos/KZ_Constraints.git",
"tag": "0.1.7",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Constraints_DEV/*.{h,m}"
}