浏览代码

Merge pull request #180 from MrMage/fix-podspec

 Fix the Podspec by only including `Sources/SwiftGRPC/*.swift`
Tim Burks 7 年之前
父节点
当前提交
fe50a77003
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.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.dependency 'gRPC-Core', '~> 1.9.1'