Skip to content

Commit fe50a77

Browse files
authored
Merge pull request #180 from MrMage/fix-podspec
Fix the Podspec by only including `Sources/SwiftGRPC/*.swift`
2 parents a964f79 + b39e8fc commit fe50a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftGRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
4242
#s.tvos.deployment_target = '9.0'
4343
#s.watchos.deployment_target = '2.0'
4444

45-
s.source_files = 'Sources/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
45+
s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
4646
s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
4747

4848
s.dependency 'gRPC-Core', '~> 1.9.1'

0 commit comments

Comments
 (0)