[Add] RosPush 1.0.0
[CocoaPods.git] / Specs / 6 / 8 / d / WSCollectionViewFlowLayout / 0.0.4 / WSCollectionViewFlowLayout.podspec.json
blob487ab0ad4611dac7becea96e11aef26cbe44b4a5
2   "name": "WSCollectionViewFlowLayout",
3   "version": "0.0.4",
4   "summary": "可替代UICollectionViewFlowLayout的标签流布局.实现了UICollectionViewDelegateFlowLayout协议方法.使用形式和系统Flowlayout相同.",
5   "description": "* 使用简单,和系统UICollectionViewFlowLayout无缝切换.\n* 实现了UICollectionViewDelegateFlowLayout协议方法.使用形式和系统Flowlayout相同.\n* 支持多个section, 不同section标签流布局和固定有规则布局混合",
6   "homepage": "https://github.com/ONECATYU/WSCollectionViewFlowLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ONECATYU": "786910875@qq.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/ONECATYU/WSCollectionViewFlowLayout.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "Lib/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true