[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / 3 / 2 / EHHorizontalFlexibleWidthItemsView / 1.0.1 / EHHorizontalFlexibleWidthItemsView.podspec.json
blob969d8acadc5539dc295e302bdadb91ddd58a07f3
2   "name": "EHHorizontalFlexibleWidthItemsView",
3   "version": "1.0.1",
4   "summary": "a view which arranges different-width item views one by one horizontally.",
5   "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.\nEHHorizontalFlexibleWidthItemsTrackView: a view which arranges different-width item views one by one horizontally and has a track on the bottom. when you select one item, the track will slide to the selected one with animation.",
6   "homepage": "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView",
7   "screenshots": [
8     "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/1.png",
9     "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/2.png",
10     "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/3.png",
11     "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/4.png",
12     "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView/raw/master/screenshots/5.png"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "Eric Huang": "WaterFlowsEast@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/waterflowseast/EHHorizontalFlexibleWidthItemsView.git",
23     "tag": "1.0.1"
24   },
25   "platforms": {
26     "ios": "7.0"
27   },
28   "source_files": "EHHorizontalFlexibleWidthItemsView/Classes/**/*",
29   "dependencies": {
30     "EHItemViewCommon": [
31       "~> 1.0.1"
32     ]
33   }