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