blob: 3b021f394067c63ce87478c9d3ab8a64cff1afc2 [file] [log] [blame]
{
"name": "PSNNetwork",
"version": "1.0.0",
"summary": "A simple Rx wrapper networking library",
"description": "A simple Rx wrapper networking library with basic functionalities with Moya like routing capabilities.",
"homepage": "https://github.com/prakshapan/PSNetwork",
"license": "MIT",
"authors": {
"Praks": "prakshapan@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/prakshapan/PSNetwork.git",
"tag": "1.0.0"
},
"source_files": "PSNetwork",
"swift_versions": "5.0.0",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
],
"RxSwiftExt": [
"~> 5.0.0"
]
},
"swift_version": "5.0.0"
}