blob: 4b7752bda1c62acb4140dd3dd571b180dbf8ba38 [file] [log] [blame]
{
"name": "EHHorizontalFixedWidthItemsView",
"version": "1.0.0",
"summary": "a view which arranges same-size item views one by one horizontally.",
"description": "EHHorizontalFixedWidthItemsView: a view which arranges same-size item views one by one horizontally.\nEHHorizontalFixedWidthItemsSeparatorView: EHHorizontalFixedWidthItemsView + separator lines.\nEHHorizontalFixedWidthItemsSelectionView: selection version of EHHorizontalFixedWidthItemsView, you can single-select or multiple-select.\nEHFixedWidthItemsSequentialSelectionView: sequentail selection version of EHHorizontalFixedWidthItemsView.\nEHRateView: image version of EHFixedWidthItemsSequentialSelectionView.\nEHFixedWidthItemsSingleAnimatedSelectionView: a view which arranges same-size item views one by one horizontally, when you select one item, it automatically unselect the previous selected one with animation.\nEHFixedWidthItemsSingleAnimatedSelectionSeparatorView: EHFixedWidthItemsSingleAnimatedSelectionView + separator lines.",
"homepage": "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView",
"screenshots": [
"https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/1.png",
"https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/2.png",
"https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/3.png",
"https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/4.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Huang": "WaterFlowsEast@gmail.com"
},
"source": {
"git": "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "EHHorizontalFixedWidthItemsView/Classes/**/*",
"dependencies": {
"EHItemViewCommon": [
"~> 1.0.0"
]
}
}