blob: c2524b31bf3819ee405895863fb804fd25a4c0eb [file] [log] [blame]
{
"name": "PagingFlowView",
"version": "0.1.0",
"summary": "A dedicated paging flow view backing by UICollectionView.",
"description": "Including a dedicated paging flow layout providing customizable paging functionality that aims to substitute for `isPagingEnabled` of UICollectionView.",
"homepage": "https://github.com/xohozu/PagingFlowView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xohozu": "xohozu@gmail.com"
},
"source": {
"git": "https://github.com/xohozu/PagingFlowView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PagingFlowView/Classes/**/*",
"pushed_with_swift_version": "3.0",
"deprecated": true
}