Andreas Amsenius 8 лет назад
Родитель
Сommit
a8aa19b07b
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react-native-fetch-blob.podspec

+ 1
- 1
react-native-fetch-blob.podspec Просмотреть файл

@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7 7
   s.homepage     = 'n/a'
8 8
   s.authors      = { "wkh237" => "xeiyan@gmail.com" }
9 9
   s.source       = { :git => "https://github.com/wkh237/react-native-fetch-blob" }
10
-  s.source_files = 'src/ios/**/*.{h,m}'
10
+  s.source_files = 'ios/**/*.{h,m}'
11 11
   s.platform     = :ios, "7.0"
12 12
   s.dependency 'React/Core'
13 13
 end