Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 8ce924c

Browse files
Update ASCollectionView-SwiftUI.podspec
1 parent 16b20e9 commit 8ce924c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ASCollectionView-SwiftUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'ASCollectionView-SwiftUI'
4-
s.version = '1.8.0'
4+
s.version = '2.0.0'
55
s.summary = 'A SwiftUI collection view with support for custom layouts, preloading, and more. '
66

77
s.description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.source = { :git => 'https://github.com/apptekstudios/ASCollectionView.git', :tag => s.version.to_s }
2020

2121
s.ios.deployment_target = '11.0'
22-
s.swift_versions = '5.2'
22+
s.swift_versions = '5.3'
2323
s.source_files = 'Sources/ASCollectionView/**/*'
2424
s.dependency 'DifferenceKit', '~> 1.1'
2525
end

0 commit comments

Comments
 (0)