blob: d210c3a26c1ea3d085fc5b546eda7c29958a280f [file] [log] [blame]
{
"name": "HBHybridCollectionView",
"version": "1.0.6",
"summary": "Hybrid scroll collection view.",
"homepage": "https://github.com/Ban-Tang/HBHybridCollectionView",
"authors": {
"Roylee": "roylee.stillway@gmail.com"
},
"description": "A collection for hybrid scrolling, you can use a swipe list in a collection footer.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Ban-Tang/HBHybridCollectionView.git",
"tag": "1.0.6"
},
"source_files": "hybrid/Hybrid/**/*.{h,m}",
"private_header_files": [
"hybrid/Hybrid/HybridCollectionViewObserver.h",
"hybrid/Hybrid/HybridCollectionViewProxy.h"
]
}