trying out spm
This commit is contained in:
parent
6c1dcc01a7
commit
ab52bcb515
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,7 @@ plugins {
|
|||
id("com.android.library")
|
||||
id("org.jetbrains.kotlin.native.cocoapods")
|
||||
id("com.squareup.sqldelight")
|
||||
id("com.chromaticnoise.multiplatform-swiftpackage") version "2.0.3"
|
||||
}
|
||||
|
||||
// CocoaPods requires the podspec to have a version.
|
||||
|
@ -147,3 +148,11 @@ sqldelight {
|
|||
}
|
||||
}
|
||||
|
||||
multiplatformSwiftPackage {
|
||||
packageName("PeopleInSpace")
|
||||
swiftToolsVersion("5.3")
|
||||
targetPlatforms {
|
||||
iOS { v("13") }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue