[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / c / 1 / XLinearFlowView / 1.0.0 / XLinearFlowView.podspec.json
blob03d471ba47f49f261f80fd23aa23f4dcfc330ad5
2   "name": "XLinearFlowView",
3   "version": "1.0.0",
4   "summary": "For views, those have or not same width, displayed in linear flow mode.",
5   "description": "views which have same width or not, can be displayed in this view. And drag&drop animation were enabled.\n展示不等宽的元素,按流式布局排版,并提供拖拽动画",
6   "homepage": "https://github.com/zxbest/XLinearFlowView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "for": "wu.xinting@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zxbest/XLinearFlowView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XLinearFlowView/*.{h,m}",
22   "public_header_files": "XLinearFlowView/*.h",
23   "frameworks": "UIKit",
24   "requires_arc": true