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

Commit 9224298

Browse files
committed
Bump pod's version
1 parent df44973 commit 9224298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CollectionViewPagingLayout.podspec

Lines changed: 3 additions & 3 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.3.0"
4+
s.version = "0.4.0"
55
s.summary = "Simple layout for making paging effects with UICollectionView."
66

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

16-
s.swift_versions = ["5.1"]
17-
s.ios.deployment_target = "8.0"
16+
s.swift_versions = ["5.3"]
17+
s.ios.deployment_target = "9.0"
1818

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

0 commit comments

Comments
 (0)