blob: 86953960ae615077c0924d91f3ecc0ce2235242d [file] [log] [blame]
{
"name": "PagingCollectionViewLayout",
"version": "0.0.4",
"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.4"
},
"source_files": "PagingCollectionViewLayout.swift",
"exclude_files": [
"Example",
"Media"
],
"requires_arc": true,
"swift_version": "5.0"
}