[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 6 / 3 / CombineCacheMap / 0.5.2 / CombineCacheMap.podspec.json
blob51a3c4259ef206972a89bc7140156af529410caf
2   "name": "CombineCacheMap",
3   "version": "0.5.2",
4   "summary": "A collection of caching Combine operators.",
5   "description": "Cache/memoize the output of Combine.Publishers using cacheMap, cacheFlatMap and more.",
6   "homepage": "https://github.com/briansemiglia/combinecachemap",
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/combinecachemap.git",
16     "tag": "0.5.2"
17   },
18   "social_media_url": "https://twitter.com/brians_",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15"
22   },
23   "source_files": "Sources/CombineCacheMap/**/*.swift",
24   "swift_versions": "5.9",
25   "dependencies": {
26     "CombineExt": [
27       "~> 1.0.0"
28     ]
29   },
30   "swift_version": "5.9"