blob: 913e4d1e73cab60fff9ac947c227560ec1ed211d [file] [log] [blame]
{
"name": "SFFocusViewLayout",
"version": "3.2.0",
"summary": "UICollectionViewLayout subclass with focused content.",
"description": "SFFocusViewLayout is a UICollectionViewLayout subclass \nfor displaying focused content on UICollectionView which\nis the largest cell of all.",
"homepage": "https://github.com/fdzsergio/SFFocusViewLayout",
"screenshots": "https://raw.githubusercontent.com/fdzsergio/SFFocusViewLayout/master/Screenshots/SFFocusViewLayout.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergio Fernández": "fdz.sergio@gmail.com"
},
"source": {
"git": "https://github.com/fdzsergio/SFFocusViewLayout.git",
"tag": "3.2.0"
},
"social_media_url": "https://twitter.com/fdzsergio",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Source/*.swift"
}