[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 5 / CombineCloudKit / 0.5.1 / CombineCloudKit.podspec.json
blob00662a302380a8821187bbb2d54a466d01e47a17
2   "name": "CombineCloudKit",
3   "version": "0.5.1",
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.5.1"
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     "watchos": "6.0"
23   },
24   "swift_versions": [
25     "5.1",
26     "5.2",
27     "5.3",
28     "5.4"
29   ],
30   "source_files": "Sources/**/*.swift",
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "compiler_flags": "-DCOCOAPODS",
36       "source_files": "Tests/**/*.swift",
37       "dependencies": {
38         "CombineExpectations": [
39           "~> 0.9"
40         ]
41       },
42       "platforms": {
43         "ios": "13.0",
44         "osx": "10.15",
45         "tvos": "13.0"
46       }
47     }
48   ],
49   "swift_version": "5.4"