Skip to content

Commit 1c2e437

Browse files
authored
Merge pull request #397 from congnguyen91/master
fix cocoa pod 0.60.0 for rn-fetch-blob
2 parents 432de9f + 0f6c3e3 commit 1c2e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rn-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.author = 'Joltup'
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "8.0"
12-
s.dependency 'React/Core'
12+
s.dependency 'React-Core'
1313
end

0 commit comments

Comments
 (0)