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

Commit

Permalink
Pod: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-araman committed Jun 4, 2021
1 parent 49e7caa commit 516547a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions 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.1.0'
spec.version = '0.2.0'
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 All @@ -19,8 +19,4 @@ Pod::Spec.new do |spec|
spec.swift_versions = ['5.1', '5.2', '5.3', '5.4']

spec.source_files = 'Sources/CombineCloudKit'
# spec.test_spec 'Tests' do |test_spec|
# test_spec.source_files = 'Tests/CombineCloudKitTests'
# test_spec.dependency 'CombineExpectations'
# end
end

0 comments on commit 516547a

Please sign in to comment.