blob: 05b4beb135101f6cc02431c6d87d9e0d528248fc [file] [log] [blame]
{
"name": "SwiftRxInterceptor",
"version": "1.0.1",
"summary": "Implementation of Okhttp Interceptor in Swift with RxSwift..",
"homepage": "https://github.com/JPAlary/SwiftRxInterceptor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "JPAlary",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/JPAlary/SwiftRxInterceptor.git",
"tag": "1.0.1"
},
"source_files": "SwiftRxInterceptor/Source/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"RxCocoa": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}