blob: 491994b05a104f781cc8cf2c58ec7d5026123e99 [file] [log] [blame]
{
"name": "RxPaginationFeedback",
"version": "1.0.1",
"summary": "Generic RxSwift operator to easily interact with paginated APIs.",
"description": "* Simple state machine to represent pagination use cases.\n* Reusable pagination logic. No need to duplicate state across different screens with paginated apis.\n* Observe `PaginationState` to react to:\n * loading page events\n * latest api error\n * changes on the list of elements",
"homepage": "https://github.com/fabfelici/RxPaginationFeedback",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Felici": "fab.felici@gmail.com"
},
"source": {
"git": "https://github.com/fabfelici/RxPaginationFeedback.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"RxFeedback": [
"~> 3.0"
]
},
"swift_version": "5.0"
}