blob: c06cfe9b1c356b225ae763b411c1ae14836c7055 [file] [log] [blame]
{
"name": "BxNetworking",
"version": "3.0.0",
"swift_version": "4.2",
"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": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxNetworking/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 3.0"
],
"BxCoding": [
"~> 3.0"
]
},
"frameworks": "Foundation"
}