blob: dd5cd39d5f0e2a7b93b6181d3e3e23daeecfe9f4 [file] [log] [blame]
{
"name": "RxNetworkingProtocol",
"version": "0.1.2",
"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.2"
},
"source_files": "RxNetworkingProtocol/**/*.{swift}",
"frameworks": "Foundation",
"swift_version": "4.2",
"dependencies": {
"NetworkingProtocol": [
"~> 0.2.4"
],
"RxSwift": [
"~> 4.4.0"
]
}
}