blob: 1856e8b616a5ee9ef832f04715c493b013e614b6 [file] [log] [blame]
{
"name": "RxCacheMap",
"version": "0.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/brians_",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxCacheMap/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.0"
}