Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Pod: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed Jun 15, 2021
1 parent fcdc779 commit 1034447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CombineCloudKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'CombineCloudKit'
spec.version = '0.4.0'
spec.version = '0.4.1'
spec.summary = '🌤 Swift Combine extensions for asynchronous CloudKit record processing'
spec.description = <<-DESC
CombineCloudKit exposes CloudKit operations as Combine publishers. Publishers can be used to process values over
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add a dependency on CombineCloudKit to your

```swift
dependencies: [
.package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.2.0")
.package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.4.1")
]
```

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

```ruby
pod 'CombineCloudKit', '~>0.2'
pod 'CombineCloudKit', '~>0.4'
```

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

```ogdl
github "chris-araman/CombineCloudKit" ~> 0.2
github "chris-araman/CombineCloudKit" ~> 0.4
```

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

0 comments on commit 1034447

Please sign in to comment.