Browse Source

Merge pull request #180 from MrMage/fix-podspec

 Fix the Podspec by only including `Sources/SwiftGRPC/*.swift`
Tim Burks 7 years ago
parent
commit
fe50a77003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SwiftGRPC.podspec

+ 1 - 1
SwiftGRPC.podspec

@@ -42,7 +42,7 @@ Pod::Spec.new do |s|
   #s.tvos.deployment_target = '9.0'
   #s.tvos.deployment_target = '9.0'
   #s.watchos.deployment_target = '2.0'
   #s.watchos.deployment_target = '2.0'
 
 
-  s.source_files = 'Sources/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
+  s.source_files = 'Sources/SwiftGRPC/*.swift', 'Sources/SwiftGRPC/**/*.swift', 'Sources/CgRPC/shim/*.[ch]'
   s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
   s.public_header_files = 'Sources/CgRPC/shim/cgrpc.h'
 
 
   s.dependency 'gRPC-Core', '~> 1.9.1'
   s.dependency 'gRPC-Core', '~> 1.9.1'