blob: 2a9b23c6af38d7ae718720d0026d3de3e7e9db31 [file] [log] [blame]
{
"name": "LGXLayout",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "基于Masonry编写的快速布局方法",
"description": "#详细描述\n基于Masonry编写的快速布局方法;\n采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.\n0.0.2版本,修复了一些BUG",
"homepage": "https://git.oschina.net/pixar/LGXLayout",
"authors": {
"PiXAR": "417527998@qq.com"
},
"social_media_url": "http://www.jianshu.com/users/e1eb391a157a",
"source": {
"git": "https://git.oschina.net/pixar/LGXLayout.git",
"tag": "v0.0.4"
},
"source_files": "LGXAutoLayout/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
]
}
}