blob: f850a91c4521655c2e3b67ba82ffebbcdb701a1d [file] [log] [blame]
{
"name": "SDCenteredScrollView",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SDCenteredScrollView/Classes/**/*.{h,m,swift}",
"frameworks": "UIKit",
"swift_versions": "4.0",
"swift_version": "4.0"
}