Skip to content

Commit 3c73e14

Browse files
committed
Add framework dependencies to podspec files
1 parent 144e2f7 commit 3c73e14

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

KMMViewModelCore.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Pod::Spec.new do |s|
1919
s.tvos.deployment_target = '13.0'
2020

2121
s.dependency 'KMMViewModelCoreObjC', s.version.to_s
22+
s.framework = 'Combine'
2223

2324
s.source_files = 'KMMViewModelCore/**/*.swift'
2425
end

KMMViewModelSwiftUI.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Pod::Spec.new do |s|
1919
s.tvos.deployment_target = '13.0'
2020

2121
s.dependency 'KMMViewModelCore', s.version.to_s
22+
s.framework = 'SwiftUI'
2223

2324
s.source_files = 'KMMViewModelSwiftUI/**/*.swift'
2425
end

0 commit comments

Comments
 (0)