Kaynağa Gözat

Fix CocoaPods (#3825)

### Goals :soccer:
Fix CocoaPods

### Implementation Details :construction:
Change podspec to adapt the file structure change.
mlch911 1 yıl önce
ebeveyn
işleme
030710ebf1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Alamofire.podspec

+ 1 - 1
Alamofire.podspec

@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
 
   s.swift_versions = ['5']
 
-  s.source_files = 'Source/*.swift'
+  s.source_files = 'Source/**/*.swift'
 
   s.frameworks = 'CFNetwork'
 end