blob: 3118772a800e9faa0cbbad5dc1b4fc8d3aa210c0 [file] [log] [blame]
{
"name": "PagingCollectionViewLayout",
"version": "0.0.3",
"summary": "custom collection view layout",
"description": "custom collection view layout that allows you to page by cell, not screen.",
"homepage": "https://github.com/akxo/paging-collection-view-layout",
"screenshots": "https://github.com/akxo/paging-collection-view-layout/blob/master/Media/example.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ak": "atrix113@aol.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/akxo/paging-collection-view-layout.git",
"tag": "0.0.3"
},
"source_files": "PagingCollectionViewLayout.swift",
"exclude_files": [
"Example",
"Media"
],
"requires_arc": true,
"swift_version": "5.0"
}