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

Commit dfec15b

Browse files
committed
Update podspec
1 parent 0d0d78d commit dfec15b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CollectionViewPagingLayout.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Pod::Spec.new do |s|
55
s.summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
66

77
s.description = <<-DESC
8-
A simple but highly customizable layout for UICollectionView and SwiftUI.
8+
A simple but highly customizable UICollectionViewLayout for UICollectionView.
9+
Simple SwiftUI views that let you make page-view effects.
910
DESC
1011

1112
s.homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
@@ -16,6 +17,7 @@ Pod::Spec.new do |s|
1617
s.swift_versions = ["5.4"]
1718
s.ios.deployment_target = "9.0"
1819

20+
s.weak_frameworks = 'SwiftUI'
1921
s.source_files = "Lib/**/*.swift"
2022

2123
end

0 commit comments

Comments
 (0)