blob: f2ba09c2187aec7521702df0412830076cb92274 [file] [log] [blame]
{
"name": "SFFocusViewLayout",
"version": "1.0.0",
"summary": "UICollectionViewLayout with focused content.",
"description": "UICollectionViewLayout subclass for displaying focused content \non UICollectionView which is the largest cell of all.",
"homepage": "https://github.com/fdzsergio/SFFocusViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergio Fernández": "fdz.sergio@gmail.com"
},
"source": {
"git": "https://github.com/fdzsergio/SFFocusViewLayout.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/fdzsergio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}