This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1-
21Pod ::Spec . new do |s |
3- s . name = "CollectionViewPagingLayout"
4- s . version = "1.0.0"
5- s . summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
6-
7- s . description = <<-DESC
2+ s . name = "CollectionViewPagingLayout"
3+ s . version = "1.0.0"
4+ s . summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
5+
6+ s . description = <<-DESC
87 A simple but highly customizable UICollectionViewLayout for UICollectionView.
98 Simple SwiftUI views that let you make page-view effects.
109 DESC
1110
12- s . homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
13- s . license = { :type => "MIT" , :file => "LICENSE" }
14- s . author = { "Amir Khorsandi" => "[email protected] " } 15- s . source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git" , :tag => "#{ s . version } " }
16- s . source_files = [ "Lib/**/*.swift" ]
11+ s . homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
12+ s . license = { :type => "MIT" , :file => "LICENSE" }
13+ s . author = { "Amir Khorsandi" => "[email protected] " } 14+ s . source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git" , :tag => "#{ s . version } " }
15+ s . source_files = [ "Lib/**/*.swift" ]
1716
1817 s . swift_versions = [ "5.4" ]
1918
2019 s . ios . deployment_target = "10.0"
21-
20+
2221 s . frameworks = "UIKit"
2322 s . weak_frameworks = "SwiftUI" , "Combine"
24-
2523end
You can’t perform that action at this time.
0 commit comments