blob: d6f60b4c587359f7b68da801142735350e68243e [file] [log] [blame]
{
"name": "MTSDAutoLayout",
"version": "0.1.1",
"summary": "MTSDAutoLayout.framework",
"description": "MTSDAutoLayout静态库二进制文件 提高编译速度",
"homepage": "https://github.com/BestiOSDev/MTSDAutoLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhaoBingDong": "dzb8818082@163.com"
},
"source": {
"git": "https://github.com/BestiOSDev/MTSDAutoLayout.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "MTSDAutoLayout/Framework/MTSDAutoLayout.framework/Headers/**/*.h",
"ios": {
"vendored_frameworks": "MTSDAutoLayout/Framework/MTSDAutoLayout.framework"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}