blob: b577f6e1f5dd0f1bd8c6f989e9a6ec4b81325e4e [file] [log] [blame]
{
"name": "SFFocusViewLayout",
"version": "2.0.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": "2.0.0"
},
"social_media_url": "https://twitter.com/fdzsergio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": "UIKit"
}