Explorar el Código

Fix source_files path

Andreas Amsenius hace 8 años
padre
commit
a8aa19b07b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      react-native-fetch-blob.podspec

+ 1
- 1
react-native-fetch-blob.podspec Ver fichero

@@ -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