blob: 38c0cc710fc028279635c41de80beeb356d3a063 [file] [log] [blame]
{
"name": "LGXLayout",
"version": "0.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "基于Masonry编写的快速布局方法",
"description": "#详细描述\n 基于Masonry编写的快速布局方法;\n 采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.\n 0.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.3"
},
"source_files": "LGXAutoLayout/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
]
}
}