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