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

Commit 9e36cd7

Browse files
committed
Update pods and spm
1 parent dfec15b commit 9e36cd7

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

CollectionViewPagingLayout.podspec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2325
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "CollectionViewPagingLayout",
77
platforms: [
8-
.iOS(.v9)
8+
.iOS(.v10)
99
],
1010
products: [
1111
.library(

Samples/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CHECKOUT OPTIONS:
2424
:git: https://github.com/amirdew/Splash.git
2525

2626
SPEC CHECKSUMS:
27-
CollectionViewPagingLayout: 8eb0ccd1103738e258031e9288402bdef72f137d
27+
CollectionViewPagingLayout: 3d6aa471bb35a58afaee12704290d0f70db74f2e
2828
Splash: 5ec9a07c4bbf047ddd659bfc11d35331d31004f7
2929
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e
3030

0 commit comments

Comments
 (0)