blob: 82f17218fb1c34908edb3d27d1c06477772f3085 [file] [log] [blame]
{
"name": "BxNetworking",
"version": "1.1.5",
"swift_version": "4.1",
"summary": "Beautiful Networking in Swift.",
"description": "BxNetworking provides plenty of methods to make network request as easy as possible.",
"homepage": "https://bxnetworking.borchero.com",
"documentation_url": "https://bxnetworking.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxNetworking.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxNetworking/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxCoding": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}