Skip to content

Commit 6f03a16

Browse files
authored
ios: change podspec s.dependency'
from 'React/Core to 'React-Core fix #41
1 parent 4523546 commit 6f03a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNVoipPushNotification.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.requires_arc = true
1515
s.platform = :ios, "8.0"
1616
s.source_files = "ios/RNVoipPushNotification/*.{h,m}"
17-
s.dependency 'React/Core'
17+
s.dependency 'React-Core'
1818
end

0 commit comments

Comments
 (0)