| { |
| "name": "RxCacheMap", |
| "version": "0.1.4", |
| "summary": "A collection of caching RxSwift operators.", |
| "description": "Cache the output of rx observables using cacheMap, cacheFlatMap, cacheFlatMapLatest and cacheFlatMapUntilExpired.", |
| "homepage": "https://github.com/briansemiglia/RxCacheMap", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Brian Semiglia": "brian.semiglia@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/briansemiglia/RxCacheMap.git", |
| "tag": "0.1.4" |
| }, |
| "social_media_url": "https://twitter.com/brians_", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "source_files": "RxCacheMap/Classes/**/*", |
| "swift_version": "4.2", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.4.0" |
| ] |
| } |
| } |