瀏覽代碼

Fix source_files path

Andreas Amsenius 8 年之前
父節點
當前提交
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