[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / c / f / 4 / PagedArray / 0.3 / PagedArray.podspec.json
blob406cae6eed3a75af8f030efaaec6e73d9574c899
2   "name": "PagedArray",
3   "version": "0.3",
4   "summary": "A Swift data structure for easier pagination",
5   "description": "PagedArray is a generic Swift data structure for helping\nyou implement paging mechanisms in (but not limited to)\nUITableViews, UICollectionViews and UIPageViewControllers.",
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.3"
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"