浏览代码

Adjust sources.

Jon Shier 3 年之前
父节点
当前提交
a31c1cf9c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Alamofire.podspec

+ 1 - 1
Alamofire.podspec

@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
   s.exclude_files = 'Source/AlamofireConcurrency/Concurrency.swift'
 
   s.subspec 'Concurrency' do |sp|
-    sp.source_files = 'Source/AlamofireConcurrency/Concurrency.swift'
+    sp.source_files = 'Source/*.swift'
   end
 
   s.frameworks = 'CFNetwork'