blob: 82f592ac4a7b54b04996abb5259d5cdb497e7207 [file] [log] [blame]
{
"name": "RxSwiftAPI",
"version": "2.0.5",
"summary": "Simple reactive networking library based on URLSession with REST API support.",
"description": "RxSwiftAPI is simple networking library based on SwiftAPI, but improved ad uses RxSwift to allow using it in reactive applications.",
"homepage": "https://github.com/MarekKojder/RxSwiftAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marek Kojder",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/MarekKojder/RxSwiftAPI.git",
"branch": "master",
"tag": "2.0.5"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}