[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / d / HBRPagingView / 0.1.4 / HBRPagingView.podspec.json
blob3578d578fbcbba17801fe3784c06de423bedfd7b
2   "name": "HBRPagingView",
3   "version": "0.1.4",
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.1.4"
20   },
21   "source_files": "HBRPagingView/*.swift",
22   "requires_arc": true