[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / c / a / 5 / CombineCloudKit / 0.2.1 / CombineCloudKit.podspec.json
blobbc4ab8a9f3fbae2346a79c0cfd59bd2cbd95e784
2   "name": "CombineCloudKit",
3   "version": "0.2.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://chris-araman.github.io/CombineCloudKit/",
7   "homepage": "https://github.com/chris-araman/CombineCloudKit",
8   "source": {
9     "git": "https://github.com/chris-araman/CombineCloudKit.git",
10     "tag": "0.2.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   },
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"