blob: 83d40eb17874ffeb219a46a7e7a27e92c419b078 [file] [log] [blame]
{
"name": "FeedCollectionViewController",
"version": "3.0.2",
"summary": "A wrapper around UICollectionView for Facebook/Instagram inspired feeds",
"description": "A wrapper around UICollectionView used for infinite scrolling and loading content dynamically.\nThis would be used for a feed or images or other cells that need to load as the user scrolls.",
"homepage": "https://github.com/oliveroneill/FeedCollectionViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oliver ONeill": "oliveroneill@users.noreply.github.com"
},
"source": {
"git": "https://github.com/oliveroneill/FeedCollectionViewController.git",
"tag": "3.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FeedCollectionViewController/Classes/**/*"
}