Browse Source

Fix CocoaPods (#3825)

### Goals :soccer:
Fix CocoaPods

### Implementation Details :construction:
Change podspec to adapt the file structure change.
mlch911 1 year ago
parent
commit
030710ebf1
1 changed files with 1 additions and 1 deletions
  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