File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"kind" : " remoteSourceControl" ,
6
6
"location" : " https://github.com/iZettle/Flow.git" ,
7
7
"state" : {
8
- "revision " : " c3e69f924f046207487948dcad55826343a122d5 " ,
9
- "version " : " 1.12.1 "
8
+ "branch " : " bump-ios-min-deployment-target " ,
9
+ "revision " : " 10f5108b34fe528f885d9a97513eb8dc43300d4e "
10
10
}
11
11
}
12
12
],
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import PackageDescription
5
5
let package = Package (
6
6
name: " Presentation " ,
7
7
platforms: [
8
- . iOS( . v12 )
8
+ . iOS( . v14 )
9
9
] ,
10
10
products: [
11
11
. library(
@@ -15,7 +15,7 @@ let package = Package(
15
15
dependencies: [
16
16
. package (
17
17
url: " https://github.com/iZettle/Flow.git " ,
18
- . upToNextMajor ( from : " 1.12.1 " )
18
+ branch : " bump-ios-min-deployment-target "
19
19
)
20
20
] ,
21
21
targets: [
You can’t perform that action at this time.
0 commit comments