File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'KMPNativeCoroutinesCombine'
3- s . version = '0.1 .0'
3+ s . version = '0.2 .0'
44 s . summary = 'Swift library for Kotlin Coroutines with Combine'
55
66 s . homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'KMPNativeCoroutinesCore'
3- s . version = '0.1 .0'
3+ s . version = '0.2 .0'
44 s . summary = 'Swift library for Kotlin Coroutines'
55
66 s . homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ for some Swift 5.5 async wrapper functions.
99
1010Add the Kotlin library to your common dependencies:
1111``` kotlin
12- implementation(" com.rickclephas.kmp:kmp-nativecoroutines-core:0.1 .0" )
12+ implementation(" com.rickclephas.kmp:kmp-nativecoroutines-core:0.2 .0" )
1313```
1414
1515and add the Swift library to your ` Podfile ` :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010
1111allprojects {
1212 group = " com.rickclephas.kmp"
13- version = " 0.1 .0"
13+ version = " 0.2 .0"
1414
1515 repositories {
1616 mavenCentral()
Original file line number Diff line number Diff line change 11PODS:
2- - KMPNativeCoroutinesCombine (0.1 .0):
2+ - KMPNativeCoroutinesCombine (0.2 .0):
33 - KMPNativeCoroutinesCore
4- - KMPNativeCoroutinesCore (0.1 .0)
5- - shared (0.1 .0)
4+ - KMPNativeCoroutinesCore (0.2 .0)
5+ - shared (0.2 .0)
66
77DEPENDENCIES:
88 - KMPNativeCoroutinesCombine (from `../`)
@@ -18,9 +18,9 @@ EXTERNAL SOURCES:
1818 :path: "./shared"
1919
2020SPEC CHECKSUMS:
21- KMPNativeCoroutinesCombine: 2e60c258d60b8825262e148987750975f963143b
22- KMPNativeCoroutinesCore: fc1db1c14e26fac6d675db37aa1f51dedf3d5074
23- shared: 9c516b6ee865e88319a649a60e6175181d5621fa
21+ KMPNativeCoroutinesCombine: 85a52598bfd40d44d070a2332041361d3de9e879
22+ KMPNativeCoroutinesCore: 1c7e0b947f0246c983a7745eba3033e9a577ba9f
23+ shared: 006890794a7b59087863f41e17c3538d19bac0dd
2424
2525PODFILE CHECKSUM: 7f1e43d0c1555df8202cbe830774e6b5b3fa3e4b
2626
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'shared'
3- spec . version = '0.1 .0'
3+ spec . version = '0.2 .0'
44 spec . homepage = 'https://github.com/rickclephas/KMP-NativeCoroutines'
55 spec . source = { :git => "Not Published" , :tag => "Cocoapods/#{ spec . name } /#{ spec . version } " }
66 spec . authors = ''
You can’t perform that action at this time.
0 commit comments