Browse Source

Fix source_files path

Andreas Amsenius 8 years ago
parent
commit
a8aa19b07b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react-native-fetch-blob.podspec

+ 1
- 1
react-native-fetch-blob.podspec View File

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