blob: d95479006912b8245b8fe340f15fde10660fbcb7 [file] [log] [blame]
{
"name": "EHHorizontalFlexibleWidthItemsView",
"version": "1.0.0",
"summary": "a view which arranges different-width item views one by one horizontally.",
"description": "EHHorizontalFlexibleWidthItemsView: a view which arranges different-width item views one by one horizontally.\nEHHorizontalFlexibleWidthItemsSeparatorView: EHHorizontalFlexibleWidthItemsView + separator lines.\nEHHorizontalFlexibleWidthItemsSelectionView: selection version of EHHorizontalFlexibleWidthItemsView, you can single-select or multiple-select.\nEHFlexibleWidthItemsSequentialSelectionView: sequentail selection version of EHHorizontalFlexibleWidthItemsView.\nEHFlexibleWidthItemsSingleAnimatedSelectionView: a view which arranges different-width item views one by one horizontally, when you select one item, it automatically unselect the previous selected one with animation.\nEHFlexibleWidthItemsSingleAnimatedSelectionSeparatorView: EHFlexibleWidthItemsSingleAnimatedSelectionView + separator lines.",
"homepage": "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView",
"screenshots": [
"https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/1.png",
"https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/2.png",
"https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/3.png",
"https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/4.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Huang": "WaterFlowsEast@gmail.com"
},
"source": {
"git": "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "EHHorizontalFlexibleWidthItemsView/Classes/**/*",
"dependencies": {
"EHItemViewCommon": [
"~> 1.0.0"
]
}
}