blob: 25692e8bd6fdba5b67f7d80b27480379890bf960 [file] [log] [blame]
{
"name": "PagedArray",
"version": "0.2",
"summary": "A Swift data structure for easier pagination",
"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",
"homepage": "https://github.com/MrAlek/PagedArray",
"license": "MIT",
"authors": {
"Alek Åström": "alek@iosnomad.com"
},
"source": {
"git": "https://github.com/MrAlek/PagedArray.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/MisterAlek",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": "Foundation"
}