[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 6 / 8 / EHHorizontalFixedWidthItemsView / 1.0.0 / EHHorizontalFixedWidthItemsView.podspec.json
blob4b7752bda1c62acb4140dd3dd571b180dbf8ba38
2   "name": "EHHorizontalFixedWidthItemsView",
3   "version": "1.0.0",
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.",
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   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Eric Huang": "WaterFlowsEast@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/waterflowseast/EHHorizontalFixedWidthItemsView.git",
22     "tag": "1.0.0"
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "source_files": "EHHorizontalFixedWidthItemsView/Classes/**/*",
28   "dependencies": {
29     "EHItemViewCommon": [
30       "~> 1.0.0"
31     ]
32   }