This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
1
Pod ::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
8
7
A simple but highly customizable UICollectionViewLayout for UICollectionView.
9
8
Simple SwiftUI views that let you make page-view effects.
10
9
DESC
11
10
12
- s . homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
13
- s . license = { :type => "MIT" , :file => "LICENSE" }
14
- s . author = { "Amir Khorsandi" => "khorsandi@me.com" }
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" => "khorsandi@me.com" }
14
+ s . source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git" , :tag => "#{ s . version } " }
15
+ s . source_files = [ "Lib/**/*.swift" ]
17
16
18
17
s . swift_versions = [ "5.4" ]
19
18
20
19
s . ios . deployment_target = "10.0"
21
-
20
+
22
21
s . frameworks = "UIKit"
23
22
s . weak_frameworks = "SwiftUI" , "Combine"
24
-
25
23
end
You can’t perform that action at this time.
0 commit comments