blob: 88b86921dae3f602fc26199b361b04612ad050cc [file] [log] [blame]
{
"name": "HBCollectionView",
"version": "1.0.3",
"summary": "HBCollectionView",
"description": "HBCollectionView description",
"homepage": "https://github.com/hepburnalex/HBCollectionView",
"license": "MIT",
"authors": {
"hepburn": "hepburn2019@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hepburnalex/HBCollectionView.git",
"tag": "1.0.3"
},
"source_files": "HBCollectionView/*.{h,m}",
"public_header_files": "HBCollectionView/*.h",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MJRefresh": [
]
}
}