blob: b6254fa478b4d750c51c42ada0687fd25a0ffd05 [file] [log] [blame]
{
"name": "PagedArray",
"version": "0.6",
"summary": "A Swift data structure for easier pagination",
"description": "PagedArray is a generic Swift data structure for helping\nyou implement paging mechanisms in (but not limited to)\nUITableViews, UICollectionViews and UIPageViewControllers.",
"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.6"
},
"social_media_url": "https://twitter.com/MisterAlek",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}