Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit1034447

Browse files
committed
Pod: 0.4.1
1 parentfcdc779 commit1034447

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎CombineCloudKit.podspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.newdo |spec|
22
spec.name='CombineCloudKit'
3-
spec.version='0.4.0'
3+
spec.version='0.4.1'
44
spec.summary='🌤 Swift Combine extensions for asynchronous CloudKit record processing'
55
spec.description=<<-DESC
66
CombineCloudKit exposes CloudKit operations as Combine publishers. Publishers can be used to process values over

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add a dependency on CombineCloudKit to your
2929

3030
```swift
3131
dependencies: [
32-
.package(url:"https://github.com/chris-araman/CombineCloudKit.git",from:"0.2.0")
32+
.package(url:"https://github.com/chris-araman/CombineCloudKit.git",from:"0.4.1")
3333
]
3434
```
3535

@@ -52,7 +52,7 @@ CombineCloudKit to your [`Podfile`](https://guides.cocoapods.org/using/the-podfi
5252
[version requirement](https://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions).
5353

5454
```ruby
55-
pod'CombineCloudKit','~>0.2'
55+
pod'CombineCloudKit','~>0.4'
5656
```
5757

5858
Then[install](https://guides.cocoapods.org/using/pod-install-vs-update.html) the dependency:
@@ -76,7 +76,7 @@ Optionally, specify a
7676
[version requirement](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#version-requirement).
7777

7878
```ogdl
79-
github "chris-araman/CombineCloudKit" ~> 0.2
79+
github "chris-araman/CombineCloudKit" ~> 0.4
8080
```
8181

8282
Because Carthage assumes dependencies are provided as shared frameworks, but Swift Package Manager builds only libraries

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp