blob: 7e729036d340c78b6bccf8ee2c1ee858505fd91c [file] [log] [blame]
{
"name": "SwiftyRequest",
"version": "2.0.3",
"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.3"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"LoggerAPI": [
"~> 1.7"
],
"IBMSwiftCircuitBreaker": [
"~> 5.0"
]
}
}