| { |
| "name": "CustomPageableCollectionView", |
| "version": "1.0.0", |
| "summary": "A CollectionView that supports custom paging", |
| "homepage": "https://github.com/AndreasVerhoeven/CustomPageableCollectionView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Andreas Verhoeven": "cocoapods@aveapps.com" |
| }, |
| "source": { |
| "git": "https://github.com/AndreasVerhoeven/CustomPageableCollectionView.git", |
| "tag": "1.0.0" |
| }, |
| "module_name": "CustomPageableCollectionView", |
| "swift_versions": [ |
| "5.0" |
| ], |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "swift_version": "5.0" |
| } |