blob: f33d5f188b70e54701a064aaa280996dbc2caca2 [file] [log] [blame]
{
"name": "RSKCollectionViewRetractableFirstItemLayout",
"version": "2.1.0",
"summary": "A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.",
"homepage": "https://github.com/ruslanskorb/RSKCollectionViewRetractableFirstItemLayout",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Ruslan Skorb": "ruslan.skorb@gmail.com"
},
"source": {
"git": "https://github.com/ruslanskorb/RSKCollectionViewRetractableFirstItemLayout.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "RSKCollectionViewRetractableFirstItemLayout/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}