blob: f373b881ccb8d73c3b96a71d9d5d89af51d37b60 [file] [log] [blame]
{
"name": "HDCollectionView",
"version": "0.4.1",
"summary": "快速构建灵活易用滑动列表的第三方库",
"description": "TODO: Add long description of the pod here.",
"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.4.1"
},
"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": [
]
}
}