blob: dd01278a3f5395a044a90d97d82f293de614d245 [file] [log] [blame]
{
"name": "SwiftRxInterceptor",
"version": "2.0",
"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": "2.0"
},
"source_files": "SwiftRxInterceptor/Source/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 3.3"
],
"RxCocoa": [
"~> 3.3"
]
},
"pushed_with_swift_version": "3.0"
}