[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / 8 / EHHorizontalFixedWidthItemsView / 1.0.1 / EHHorizontalFixedWidthItemsView.podspec.json
blob285dab88d79fecd5d707718fd8e180c87505fdd7
2   "name": "EHHorizontalFixedWidthItemsView",
3   "version": "1.0.1",
4   "summary": "a view which arranges same-size item views one by one horizontally.",
5   "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.\nEHHorizontalFixedWidthItemsTrackView: a view which arranges same-size 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/EHHorizontalFixedWidthItemsView",
7   "screenshots": [
8     "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/1.png",
9     "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/2.png",
10     "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/3.png",
11     "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/raw/master/screenshots/4.png",
12     "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView/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/EHHorizontalFixedWidthItemsView.git",
23     "tag": "1.0.1"
24   },
25   "platforms": {
26     "ios": "7.0"
27   },
28   "source_files": "EHHorizontalFixedWidthItemsView/Classes/**/*",
29   "dependencies": {
30     "EHItemViewCommon": [
31       "~> 1.0.1"
32     ]
33   }