blob: de7afb576abecce61e91dd21341b9e4c1fd8108f [file] [log] [blame]
{
"name": "RxPagination",
"version": "0.0.1",
"summary": "Handle paginated APIs easily, based on RxSwift Action",
"description": "Handle paginated APIs easily, based on RxSwift Action. Including 3 pagination styles.",
"homepage": "https://github.com/khoitruongminh/RxPagination",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Khoi Truong Minh (Max)": "khoi.truongminh@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/khoitruongminh/RxPagination.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
],
"RxSwiftExt": [
"~> 5.2.0"
],
"RxOptional": [
"~> 4.1.0"
],
"Action": [
"~> 4.1.0"
]
},
"swift_version": "5.0"
}