[Add] CyberSheildiOS 0.1.1
[CocoaPods.git] / Specs / c / f / 4 / PagedArray / 0.5 / PagedArray.podspec.json
blob3d6f0f933c22e0008bee1b9fd23bdf114614d217
2   "name": "PagedArray",
3   "version": "0.5",
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.5"
14   },
15   "social_media_url": "https://twitter.com/MisterAlek",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/*.swift",
24   "frameworks": "Foundation"