[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / b / 6 / LGXLayout / 0.0.4 / LGXLayout.podspec.json
blob2a9b23c6af38d7ae718720d0026d3de3e7e9db31
2   "name": "LGXLayout",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "基于Masonry编写的快速布局方法",
9   "description": "#详细描述\n基于Masonry编写的快速布局方法;\n采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.\n0.0.2版本,修复了一些BUG",
10   "homepage": "https://git.oschina.net/pixar/LGXLayout",
11   "authors": {
12     "PiXAR": "417527998@qq.com"
13   },
14   "social_media_url": "http://www.jianshu.com/users/e1eb391a157a",
15   "source": {
16     "git": "https://git.oschina.net/pixar/LGXLayout.git",
17     "tag": "v0.0.4"
18   },
19   "source_files": "LGXAutoLayout/*.{h,m}",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "UIKit"
24     ]
25   },
26   "requires_arc": true,
27   "platforms": {
28     "ios": "8.0"
29   },
30   "dependencies": {
31     "Masonry": [
33     ]
34   }