blob: b538ea4c3c0a92d06221083860709905c01795a7 [file] [log] [blame]
{
"name": "PagedArray",
"version": "0.8",
"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.8"
},
"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"
}