blob: 2082cfb23167bb8e65cce0b12e4b3c140e19b669 [file] [log] [blame]
{
"name": "SwiftyRequest",
"version": "2.2.1",
"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",
"osx": "10.11"
},
"source": {
"git": "https://github.com/IBM-Swift/SwiftyRequest.git",
"tag": "2.2.1"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"LoggerAPI": [
"~> 1.7"
],
"IBMSwiftCircuitBreaker": [
"~> 5.0"
]
}
}