blob: db1be8b479df8f3ff5ea419d6471d2b8d3d3d26e [file] [log] [blame]
{
"name": "InfiniteCollectionView",
"version": "1.0.1",
"summary": "Infinite Scrolling Using UICollectionView.",
"homepage": "https://github.com/hryk224/InfiniteCollectionView",
"screenshots": "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyyk224": "hryk224@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hryk224/InfiniteCollectionView.git",
"tag": "1.0.1"
},
"source_files": "InfiniteCollectionView/*.{h,swift}",
"frameworks": "UIKit",
"requires_arc": true
}