blob: a1f21efd731aed2d432cea5750fa25787d5fba7a [file] [log] [blame]
{
"name": "RxNetworkingProtocol",
"version": "0.1.4",
"summary": "Simple protocol for URLSession.",
"description": "RxWrapper Around NetworkingProtocol https://github.com/mikolaj92/NetworkingProtocol",
"homepage": "https://github.com/mikolaj92/RxNetworkingProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patryk Mikolajczyk": "mikpat92@gmail.com"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/mikolaj92/RxNetworkingProtocol.git",
"tag": "0.1.4"
},
"source_files": "RxNetworkingProtocol/**/*.{swift}",
"frameworks": "Foundation",
"swift_version": "4.2",
"dependencies": {
"NetworkingProtocol": [
"~> 0.2.5"
],
"RxSwift": [
"~> 4.4.0"
]
}
}