[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 1 / 3 / SwiftRxInterceptor / 1.0.1 / SwiftRxInterceptor.podspec.json
blob05b4beb135101f6cc02431c6d87d9e0d528248fc
2   "name": "SwiftRxInterceptor",
3   "version": "1.0.1",
4   "summary": "Implementation of Okhttp Interceptor in Swift with RxSwift..",
5   "homepage": "https://github.com/JPAlary/SwiftRxInterceptor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "JPAlary",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/JPAlary/SwiftRxInterceptor.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "SwiftRxInterceptor/Source/*.{swift}",
19   "dependencies": {
20     "RxSwift": [
21       "~> 3.0"
22     ],
23     "RxCocoa": [
24       "~> 3.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"