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

Commit

Permalink
Bump version and change swift version to 5.4 in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Khorsandi committed Mar 10, 2021
1 parent ecb5398 commit 3aeb224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CollectionViewPagingLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "CollectionViewPagingLayout"
s.version = "0.4.0"
s.version = "0.4.1"
s.summary = "Simple layout for making paging effects with UICollectionView."

s.description = <<-DESC
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.author = { "Amir Khorsandi" => "[email protected]" }
s.source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git", :tag => "#{s.version}" }

s.swift_versions = ["5.3"]
s.swift_versions = ["5.4"]
s.ios.deployment_target = "9.0"

s.source_files = "Lib/**/*.swift"
Expand Down

0 comments on commit 3aeb224

Please sign in to comment.