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