Skip to content

Commit 69e1786

Browse files
authored
Merge pull request #519 from Fetten/patch-1
fix: Xcode 12 compatibility
2 parents 9e1ae61 + 919a960 commit 69e1786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNPermissions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = JSON.parse(File.read('./package.json'))
33

44
Pod::Spec.new do |s|
55
s.name = "RNPermissions"
6-
s.dependency "React"
6+
s.dependency "React-Core"
77

88
s.version = package["version"]
99
s.license = package["license"]

0 commit comments

Comments
 (0)