This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,19 +5,21 @@ 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 UICollectionViewLayout for UICollectionView.
9- Simple SwiftUI views that let you make page-view effects.
8+ A simple but highly customizable UICollectionViewLayout for UICollectionView.
9+ Simple SwiftUI views that let you make page-view effects.
1010 DESC
1111
1212 s . homepage = "https://github.com/amirdew/CollectionViewPagingLayout"
1313 s . license = { :type => "MIT" , :file => "LICENSE" }
1414 s . author = { "Amir Khorsandi" => "khorsandi@me.com" }
1515 s . source = { :git => "https://github.com/amirdew/CollectionViewPagingLayout.git" , :tag => "#{ s . version } " }
16+ s . source_files = [ "Lib/**/*.swift" ]
1617
1718 s . swift_versions = [ "5.4" ]
18- s . ios . deployment_target = "9.0"
1919
20- s . weak_frameworks = 'SwiftUI'
21- s . source_files = "Lib/**/*.swift"
20+ s . ios . deployment_target = "10.0"
21+
22+ s . frameworks = "UIKit"
23+ s . weak_frameworks = "SwiftUI" , "Combine"
2224
2325end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
55let package = Package (
66 name: " CollectionViewPagingLayout " ,
77 platforms: [
8- . iOS( . v9 )
8+ . iOS( . v10 )
99 ] ,
1010 products: [
1111 . library(
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ CHECKOUT OPTIONS:
2424 :git: https://github.com/amirdew/Splash.git
2525
2626SPEC CHECKSUMS:
27- CollectionViewPagingLayout: 8eb0ccd1103738e258031e9288402bdef72f137d
27+ CollectionViewPagingLayout: 3d6aa471bb35a58afaee12704290d0f70db74f2e
2828 Splash: 5ec9a07c4bbf047ddd659bfc11d35331d31004f7
2929 SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e
3030
You can’t perform that action at this time.
0 commit comments