| { |
| "name": "RxRouting", |
| "version": "1.2.0", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "summary": "Deeplink routing", |
| "authors": { |
| "Bas van Kuijck": "bas@e-sites.nl" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/e-sites/RxRouting", |
| "source": { |
| "git": "https://github.com/e-sites/RxRouting.git", |
| "tag": "v1.2.0" |
| }, |
| "source_files": "Sources/**/*.{h,swift}", |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 5.0" |
| ] |
| }, |
| "swift_versions": [ |
| "5.0" |
| ], |
| "swift_version": "5.0" |
| } |