blob: bbdc7ee797f39601dd97355e74389410cd7b9d4f [file] [log] [blame]
{
"name": "RSKCollectionViewRetractableFirstItemLayout",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RSKCollectionViewRetractableFirstItemLayout/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}