[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 2 / 0 / RxCacheMap / 0.4.2 / RxCacheMap.podspec.json
blobbf3ab8166c26cd46b3844d156e87a932d0f1deb7
2   "name": "RxCacheMap",
3   "version": "0.4.2",
4   "summary": "A collection of caching RxSwift operators.",
5   "description": "Cache/memoize the output of RxSwift.Observables using cacheMap, cacheFlatMap, cacheFlatMapLatest and cacheFlatMapInvalidatingOn.",
6   "homepage": "https://github.com/briansemiglia/RxCacheMap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian Semiglia": "brian.semiglia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/briansemiglia/RxCacheMap.git",
16     "tag": "0.4.2"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "RxCacheMap/Classes/**/*",
24   "swift_versions": "5.1",
25   "dependencies": {
26     "RxSwift": [
27       "~> 5.0"
28     ]
29   },
30   "swift_version": "5.1"