blob: d0959b9f803d8d3cd073ff02101dceb85ed6c222 [file] [log] [blame]
{
"name": "HDCollectionView",
"version": "0.3.3",
"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.3.3"
},
"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"
]
}
}