blob: 5c091cc83a35742a070a9960d7974b32c2b96aed [file] [log] [blame]
{
"name": "CollectionViewPagingLayout",
"version": "0.1.4",
"summary": "Simple layout for making paging effects with UICollectionView.",
"description": "A custom UICollectionViewLayout for making paging effects with custom transforms",
"homepage": "https://github.com/amirdew/CollectionViewPagingLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amir Khorsandi": "khorsandi@me.com"
},
"source": {
"git": "https://github.com/amirdew/CollectionViewPagingLayout.git",
"tag": "0.1.4"
},
"swift_versions": [
"5.1"
],
"platforms": {
"ios": "8.0"
},
"source_files": "Lib/**/*.swift",
"swift_version": "5.1"
}