blob: 2eef32ced6214f0bbb9be7286db81e813642ba17 [file] [log] [blame]
{
"name": "PaginationController",
"version": "1.0.0",
"summary": "PaginationController provides logic to paginate through a list.",
"authors": "Lukas Würzburger",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/lukaswuerzburger/PaginationController",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lukaswuerzburger/PaginationController.git",
"tag": "1.0.0"
},
"source_files": "PaginationController/Sources/*.swift",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}