[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 2 / 0 / RxCacheMap / 0.1.6 / RxCacheMap.podspec.json
blob87e3d9fed215c15ce7d4668678e21532e6ecd178
2   "name": "RxCacheMap",
3   "version": "0.1.6",
4   "summary": "A collection of caching RxSwift operators.",
5   "description": "Cache the output of rx observables using cacheMap, cacheFlatMap, cacheFlatMapLatest and cacheFlatMapUntilExpired.",
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.1.6"
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_version": "4.2",
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.4.1"
28     ]
29   }