blob: 0ee99f8dcf3a85c3b23dfec3309abb7efae39d4b [file] [log] [blame]
{
"name": "TimelineCollectionView",
"version": "0.1.0",
"swift_version": "4.1",
"summary": "A UICollectionView subclass that allows for infinite horizontal or vertical scrolling.",
"platforms": {
"ios": "9.0"
},
"description": "A UICollectionView subclass that allows for infinite horizontal or vertical scrolling. Cell information is fetched asynchronously.",
"homepage": "https://github.com/EvanCooper9/TimelineCollectionView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EvanCooper9": "evan.cooper@rogers.com"
},
"source": {
"git": "https://github.com/EvanCooper9/TimelineCollectionView.git",
"tag": "0.1.0"
},
"source_files": "TimelineCollectionView/Classes/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}