blob: 076abf81e98cff2350c1e6b7702f398d958e4d5d [file] [log] [blame]
{
"name": "RxCacheMap",
"version": "0.1.1",
"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@gmail.com": "brian.semiglia@gmail.com"
},
"source": {
"git": "https://github.com/briansemiglia/RxCacheMap.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/brians_",
"platforms": {
"ios": "8.0",
"osx": "10.14"
},
"source_files": "RxCacheMap/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
"~> 4.4.0"
]
}
}