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

Commit 3aeb224

Browse files
author
Amir Khorsandi
committed
Bump version and change swift version to 5.4 in podspec
1 parent ecb5398 commit 3aeb224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CollectionViewPagingLayout.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 = "CollectionViewPagingLayout"
4-
s.version = "0.4.0"
4+
s.version = "0.4.1"
55
s.summary = "Simple layout for making paging effects with UICollectionView."
66

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

16-
s.swift_versions = ["5.3"]
16+
s.swift_versions = ["5.4"]
1717
s.ios.deployment_target = "9.0"
1818

1919
s.source_files = "Lib/**/*.swift"

0 commit comments

Comments
 (0)