[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / c / a / 5 / CombineCloudKit / 0.3.0 / CombineCloudKit.podspec.json
blob59fe4e99e5b113f6f4458b1361d76980fab42e37
2   "name": "CombineCloudKit",
3   "version": "0.3.0",
4   "summary": "🌤 Swift Combine extensions for asynchronous CloudKit record processing",
5   "description": "CombineCloudKit exposes CloudKit operations as Combine publishers. Publishers can be used to process values over\ntime, using Combine's declarative API.",
6   "documentation_url": "https://combinecloudkit.hiddenplace.dev",
7   "homepage": "https://github.com/chris-araman/CombineCloudKit",
8   "source": {
9     "git": "https://github.com/chris-araman/CombineCloudKit.git",
10     "tag": "0.3.0"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE.md"
15   },
16   "authors": "Chris Araman",
17   "social_media_url": "https://github.com/chris-araman",
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0"
22   },
23   "swift_versions": [
24     "5.1",
25     "5.2",
26     "5.3",
27     "5.4"
28   ],
29   "source_files": "Sources/**/*.swift",
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "compiler_flags": "-DCOCOAPODS",
35       "source_files": "Tests/**/*.swift",
36       "dependencies": {
37         "CombineExpectations": [
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.4"