| { |
| "name": "MTMasonry", |
| "version": "0.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "ios": { |
| "vendored_frameworks": "MTMasonry/Framework/MTMasonry.framework" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| } |