Skip to content

Commit

Permalink
extend source_files
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 7, 2023
1 parent 99be6aa commit 09d0dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftCentrifuge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.platforms = { :ios => '12.0' }
s.ios.deployment_target = '12.0'

s.source_files = 'Sources/SwiftCentrifuge/*.swift'
s.source_files = 'Sources/SwiftCentrifuge/*.swift', 'Sources/SwiftCentrifuge/WebSocket/*.swift'
s.source = { :git => 'https://github.com/centrifugal/centrifuge-swift.git', :tag => s.version }

s.dependency 'SwiftProtobuf'
Expand Down

0 comments on commit 09d0dc6

Please sign in to comment.