blob: 4f7c210b4fd2b88eaefc046c5f5dd446a2f920c5 [file] [log] [blame]
{
"name": "AZPagedCollectionViewContainer",
"version": "0.0.1",
"summary": "custom paging view with collectionview flow layout.",
"description": "suport vertival and horizontal paging with simple setting...",
"homepage": "https://github.com/cnwhao/AZPagedCollectionViewContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cnwhao": "cnwhao@163.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/cnwhao/AZPagedCollectionViewContainer.git",
"tag": "0.0.1"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "5.0"
}