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