Browse Source

Fix CocoaPods (#3825)

### Goals :soccer:
Fix CocoaPods

### Implementation Details :construction:
Change podspec to adapt the file structure change.
mlch911 1 năm trước cách đây
mục cha
commit
030710ebf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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