[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / 3 / HDCollectionView / 0.7.6 / HDCollectionView.podspec.json
blobec5d3b91a3f3ce58f473271ae2f6d4d31f6d55ad
2   "name": "HDCollectionView",
3   "version": "0.7.6",
4   "summary": "快速构建灵活易用滑动列表的第三方库",
5   "description": "An efficient and flexible listView (data driven). Based on Flexbox, it supports floating, waterfall, decorative view, horizontal sliding, segmented layout, and various alignments. Support diff refresh, animation update UI\n数据驱动(data driven)的高效灵活列表。基于Flexbox,支持 悬浮、瀑布流、装饰view、横向滑动、分段布局、各种对齐方式。支持链式语法初始化。支持diff刷新,动画更新UI",
6   "homepage": "https://github.com/donggelaile/HDCollectionView.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "donggelaile": "519623144@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/donggelaile/HDCollectionView.git",
16     "tag": "0.7.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HDCollectionView/Classes/**/*",
22   "libraries": "c++",
23   "dependencies": {
24     "Yoga": [
25       "~> 1.14.0"
26     ],
27     "HDListViewDiffer": [
29     ]
30   }