Browse Source

Adjust sources.

Jon Shier 3 years ago
parent
commit
a31c1cf9c0
1 changed files with 1 additions and 1 deletions
  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'