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,8 +5,8 @@ import PackageDescription
55let package = Package (
66 name: " mParticle-Kochava " ,
77 platforms: [
8- . iOS( " 13 .0" ) ,
9- . tvOS( " 13 .0" ) ,
8+ . iOS( " 14 .0" ) ,
9+ . tvOS( " 14 .0" ) ,
1010 ] ,
1111 products: [
1212 . library(
@@ -25,17 +25,17 @@ let package = Package(
2525 . package (
2626 name: " KochavaNetworking " ,
2727 url: " https://github.com/Kochava/Apple-SwiftPackage-KochavaNetworking-XCFramework " ,
28- . upToNextMajor( from: " 8 .0.0" )
28+ . upToNextMajor( from: " 9 .0.0" )
2929 ) ,
3030 . package (
3131 name: " KochavaMeasurement " ,
3232 url: " https://github.com/Kochava/Apple-SwiftPackage-KochavaMeasurement-XCFramework " ,
33- . upToNextMajor( from: " 8 .0.0" )
33+ . upToNextMajor( from: " 9 .0.0" )
3434 ) ,
3535 . package (
3636 name: " KochavaTracking " ,
3737 url: " https://github.com/Kochava/Apple-SwiftPackage-KochavaTracking-XCFramework " ,
38- . upToNextMajor( from: " 8 .0.0" )
38+ . upToNextMajor( from: " 9 .0.0" )
3939 ) ,
4040 ] ,
4141 targets: [
You can’t perform that action at this time.
0 commit comments