[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 7 / 3 / HDCollectionView / 0.6.0 / HDCollectionView.podspec.json
blobeafc4e7a7446e8c962ecaa33758a83fe974311c5
2   "name": "HDCollectionView",
3   "version": "0.6.0",
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.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HDCollectionView/Classes/**/*",
22   "user_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "dependencies": {
26     "Yoga": [
27       "~> 1.9.0"
28     ],
29     "HDListViewDiffer": [
31     ]
32   }