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