blob: 637a994dcab2c00626d984fe34607710ca360364 [file] [log] [blame]
{
"name": "SDCenteredScrollView",
"version": "0.1.6",
"summary": "A CollectionView Flow Layout for centered collection view cell",
"description": "`SDCenteredScrollView` is a lightweight drop in place `UICollectionViewFlowLayout` that pages and keeps its cells centered.\"",
"homepage": "https://github.com/williamyeung72/SDCenteredScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Yeung": "william.yeung@relaxops.com"
},
"source": {
"git": "https://github.com/williamyeung72/SDCenteredScrollView.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SDCenteredScrollView/Classes/**/*.{h,m,swift}",
"frameworks": "UIKit",
"swift_versions": "4.0",
"swift_version": "4.0"
}