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