[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 7 / d / HBRPagingView / 0.2.0 / HBRPagingView.podspec.json
blob9b37858169eb6db8b0314ecbea8bd0cf76f7a57a
2   "name": "HBRPagingView",
3   "version": "0.2.0",
4   "summary": "simple and elegant paging view with UITableView Style memory preserving reusability functionality",
5   "description": "                  The UIKit provides a very sophisticaed implementation for Tables and Collections. The one thing that was missing was a horizontally scrollable paging view with the same size of the screen. UICollectionView has powerful memory management features but is not quite right to handle full screen cells. This Framework aims to tackle that problem for views that only show one item per page. The Framework caches and reuses cells in a similar matter as UITableView/UICollectionView\n",
6   "homepage": "https://github.com/Ryce/HBRPagingView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryce": "hamon@riazy.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Ryce/HBRPagingView.git",
19     "tag": "0.2.0"
20   },
21   "source_files": "HBRPagingView/*.swift",
22   "requires_arc": true