blob: c3f227b456ca5512a2ae9a99cb1eb32310185727 [file] [log] [blame]
{
"name": "BxNetworking",
"version": "1.1.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxNetworking/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxCoding": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}