blob: 9b50b87bab1abe118f59d1d0e7beb231ea739c5e [file] [log] [blame]
{
"name": "SwiftyRequest",
"version": "2.0.5",
"summary": "SwiftyRequest is an HTTP networking library built for Swift.",
"homepage": "https://github.com/IBM-Swift/SwiftyRequest",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "IBM",
"module_name": "SwiftyRequest",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/IBM-Swift/SwiftyRequest.git",
"tag": "2.0.5"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"LoggerAPI": [
"~> 1.7"
],
"IBMSwiftCircuitBreaker": [
"~> 5.0"
]
}
}