[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 6 / LGXLayout / 0.0.5 / LGXLayout.podspec.json
blob6d061ff1056639c9c79a364cce88624ca84cdf31
2   "name": "LGXLayout",
3   "version": "0.0.5",
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.5"
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   }