@@ -12,6 +12,7 @@ let package = Package(
1212 dependencies: [
1313 . package ( url: " https://source.skip.tools/skip.git " , from: " 1.2.34 " ) ,
1414 . package ( url: " https://source.skip.tools/skip-foundation.git " , from: " 1.3.1 " ) ,
15+ . package ( url: " https://source.skip.tools/skip-model.git " , from: " 1.7.2 " ) ,
1516 . package ( url: " https://source.skip.tools/swift-jni.git " , " 0.0.0 " ..< " 2.0.0 " ) ,
1617 . package ( url: " https://source.skip.tools/skip-bridge.git " , " 0.0.0 " ..< " 2.0.0 " ) ,
1718 . package ( url: " https://source.skip.tools/swift-android-native.git " , from: " 1.4.1 " )
@@ -21,6 +22,7 @@ let package = Package(
2122 . product( name: " SkipBridge " , package : " skip-bridge " ) ,
2223 . product( name: " SwiftJNI " , package : " swift-jni " ) ,
2324 . product( name: " SkipFoundation " , package : " skip-foundation " ) ,
25+ . product( name: " SkipModel " , package : " skip-model " ) ,
2426 . product( name: " AndroidNative " , package : " swift-android-native " , condition: . when( platforms: [ . android] ) ) ,
2527 ] , plugins: [ . plugin( name: " skipstone " , package : " skip " ) ] ) ,
2628
0 commit comments