| { |
| "name": "RxPaginationFeedback", |
| "version": "1.3.0", |
| "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 state to react to loading event, latest error and 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.3.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "RxFeedback": [ |
| "~> 3.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |