Skip to content

Commit

Permalink
Move Combine related files outside the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisho committed Jan 21, 2020
1 parent a9fb045 commit 481290a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TinyNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Pod::Spec.new do |spec|

spec.subspec 'Core' do |ss|
ss.source_files = 'Sources/TinyNetworking/*.swift'
ss.framework = 'Foundation'
ss.framework = 'Combine'
ss.framework = ['Foundation', 'Combine']
end

spec.subspec 'RxSwift' do |ss|
Expand Down

0 comments on commit 481290a

Please sign in to comment.