We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99be6aa commit 09d0dc6Copy full SHA for 09d0dc6
1 file changed
SwiftCentrifuge.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.platforms = { :ios => '12.0' }
13
s.ios.deployment_target = '12.0'
14
15
- s.source_files = 'Sources/SwiftCentrifuge/*.swift'
+ s.source_files = 'Sources/SwiftCentrifuge/*.swift', 'Sources/SwiftCentrifuge/WebSocket/*.swift'
16
s.source = { :git => 'https://github.com/centrifugal/centrifuge-swift.git', :tag => s.version }
17
18
s.dependency 'SwiftProtobuf'
0 commit comments