Skip to content

Commit 9083580

Browse files
authored
Merge pull request #2 from ConnectedHomes/fix/podfile-spec
fixed the podfile in ios
2 parents 12c8e88 + 46ef78c commit 9083580

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
@@ -9,5 +9,5 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'}
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "7.0"
12-
s.dependency 'React/Core'
12+
s.dependency 'React-Core'
1313
end

0 commit comments

Comments
 (0)