[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / d / HBRPagingView / 0.1.0 / HBRPagingView.podspec.json
blobfbf581035acbb6c91eaf8467cb1e47f96e152c54
2   "name": "HBRPagingView",
3   "version": "0.1.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": "GNU",
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.0"
20   },
21   "source_files": [
22     "Classes",
23     "HBRPagingView/**/*.swift"
24   ],
25   "exclude_files": "Classes/Exclude"