[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / d / HBRPagingView / 0.1.2 / HBRPagingView.podspec.json
blob940ea9ec2d25fe5c457997ed963e02a90f0790a4
2   "name": "HBRPagingView",
3   "version": "0.1.2",
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.2"
20   },
21   "source_files": "HBRPagingView/*.swift",
22   "requires_arc": true