[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / c / f / 4 / PagedArray / 0.1 / PagedArray.podspec.json
blob671483c507efdb23ad4e4e3f96f2d7006e2b99d7
2   "name": "PagedArray",
3   "version": "0.1",
4   "summary": "A Swift data structure for easier pagination",
5   "description": "                       PagedArray is a generic Swift data structure for helping\n                       you implement paging mechanisms in (but not limited to)\n                       UITableViews, UICollectionViews and UIPageViewControllers.\n",
6   "homepage": "https://github.com/MrAlek/PagedArray",
7   "license": "MIT",
8   "authors": {
9     "Alek Åström": "alek@iosnomad.com"
10   },
11   "source": {
12     "git": "https://github.com/MrAlek/PagedArray.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://twitter.com/MisterAlek",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/*",
21   "frameworks": "Foundation"