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

Commit

Permalink
Pod: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed Aug 7, 2021
1 parent 9329e04 commit 9e86ac6
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.5.1'
spec.version = '1.0.0'
spec.summary = '🌤 Swift Combine extensions for reactive 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 @@ -30,7 +30,7 @@ Add a dependency on CombineCloudKit to your

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

Expand All @@ -53,7 +53,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.5'
pod 'CombineCloudKit', '~>1.0'
```

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

```ogdl
github "chris-araman/CombineCloudKit" ~> 0.5
github "chris-araman/CombineCloudKit" ~> 1.0
```

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

0 comments on commit 9e86ac6

Please sign in to comment.