blob: 9c45798136cc7c46e14e42fd4506a72cedc5d032 [file] [log] [blame]
{
"name": "RxCacheMap",
"version": "0.1.5",
"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.5"
},
"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"
]
}
}