[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 1 / 3 / SwiftRxInterceptor / 2.0 / SwiftRxInterceptor.podspec.json
blobdd01278a3f5395a044a90d97d82f293de614d245
2   "name": "SwiftRxInterceptor",
3   "version": "2.0",
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": "2.0"
17   },
18   "source_files": "SwiftRxInterceptor/Source/*.{swift}",
19   "dependencies": {
20     "RxSwift": [
21       "~> 3.3"
22     ],
23     "RxCocoa": [
24       "~> 3.3"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"