[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / b / 6 / LGXLayout / 0.0.1 / LGXLayout.podspec.json
blob6ca2cc99622a7d446f4d3b5706dc652559e6ac40
2   "name": "LGXLayout",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "基于Masonry编写的快速布局方法",
9   "description": "#详细描述\n    基于Masonry编写的快速布局方法;\n    采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.",
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.1"
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   }