This repository was archived by the owner on May 31, 2024. It is now read-only.
File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "CAPageView"
4
- spec . version = "1.1.0 "
4
+ spec . version = "1.1.1 "
5
5
spec . summary = "This package contains a PageView purely written in SwiftUI."
6
6
spec . homepage = "https://github.com/Connapptivity/SwiftUI-PageView"
7
7
@@ -10,9 +10,6 @@ Pod::Spec.new do |spec|
10
10
spec . author = { "Marlo Kessler" => "[email protected] " }
11
11
12
12
spec . ios . deployment_target = "13.0"
13
- spec . osx . deployment_target = "10.15"
14
- spec . watchos . deployment_target = "6.0"
15
- spec . tvos . deployment_target = "13.0"
16
13
17
14
spec . source = { :git => "https://github.com/Connapptivity/SwiftUI-PageView.git" , :tag => "#{ spec . version } " }
18
15
Original file line number Diff line number Diff line change @@ -6,16 +6,15 @@ import PackageDescription
6
6
let package = Package (
7
7
name: " PageView " ,
8
8
platforms: [
9
- . iOS( . v13) ,
10
- . tvOS( . v13) ,
11
- . watchOS( . v6) ,
12
- . macOS( . v10_15)
9
+ . iOS( . v13)
13
10
] ,
11
+
14
12
products: [
15
13
. library(
16
14
name: " PageView " ,
17
15
targets: [ " PageView " ] ) ,
18
16
] ,
17
+
19
18
targets: [
20
19
. target(
21
20
name: " PageView " ,
You can’t perform that action at this time.
0 commit comments