Skip to content

Commit

Permalink
Update ASCollectionView-SwiftUI.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
apptekstudios authored Mar 4, 2021
1 parent 16b20e9 commit 8ce924c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASCollectionView-SwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

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

s.ios.deployment_target = '11.0'
s.swift_versions = '5.2'
s.swift_versions = '5.3'
s.source_files = 'Sources/ASCollectionView/**/*'
s.dependency 'DifferenceKit', '~> 1.1'
end

0 comments on commit 8ce924c

Please sign in to comment.