2019-12-22 20:25:01 +00:00
|
|
|
|
|
|
|
target 'PeopleInSpaceSwiftUI' do
|
|
|
|
pod 'common', :path => '../../common'
|
2021-11-19 22:48:02 +00:00
|
|
|
pod 'KMPNativeCoroutinesCombine', '0.9.0'
|
2019-12-22 20:25:01 +00:00
|
|
|
end
|
|
|
|
|
2021-11-04 14:54:41 +00:00
|
|
|
target 'PeopleInSpaceWidgetExtension' do
|
|
|
|
pod 'common', :path => '../../common'
|
2021-11-19 22:48:02 +00:00
|
|
|
pod 'KMPNativeCoroutinesCombine', '0.9.0'
|
2021-11-04 14:54:41 +00:00
|
|
|
end
|