blob: 6c8a87b9084e80a924d70e555a5bc5c4dd0cfb8f [file] [log] [blame]
{
"name": "RxCacheMap",
"version": "0.3.0",
"summary": "A collection of caching RxSwift operators.",
"description": "Cache/memoize the output of RxSwift.Observables using cacheMap, cacheFlatMap, cacheFlatMapLatest and cacheFlatMapInvalidatingOn.",
"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.3.0"
},
"social_media_url": "https://twitter.com/brians_",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxCacheMap/Classes/**/*",
"swift_versions": "5.1",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.1"
}