Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a8aa19b

Browse files
committed
Fix source_files path
1 parent 236c13f commit a8aa19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-fetch-blob.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.homepage = 'n/a'
88
s.authors = { "wkh237" => "xeiyan@gmail.com" }
99
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}'
1111
s.platform = :ios, "7.0"
1212
s.dependency 'React/Core'
1313
end

0 commit comments

Comments
 (0)