blob: d353f6cf44e008b8abaf86e0a457c7b6a99600c1 [file] [log] [blame]
{
"name": "HDCollectionView",
"version": "0.5.7",
"summary": "快速构建灵活易用滑动列表的第三方库",
"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",
"homepage": "https://github.com/donggelaile/HDCollectionView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"donggelaile": "519623144@qq.com"
},
"source": {
"git": "https://github.com/donggelaile/HDCollectionView.git",
"tag": "0.5.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HDCollectionView/Classes/**/*",
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"Yoga": [
"~> 1.9.0"
],
"HDListViewDiffer": [
]
}
}