Skip to content

Commit 745dc19

Browse files
committed
chore: use install_modules_dependencies in Podfile
1 parent 2d5f15f commit 745dc19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CodePush.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ Pod::Spec.new do |s|
1818
s.public_header_files = ['ios/CodePush/CodePush.h']
1919
s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
2020

21-
# Note: Even though there are copy/pasted versions of some of these dependencies in the repo,
22-
# we explicitly let CocoaPods pull in the versions below so all dependencies are resolved and
23-
# linked properly at a parent workspace level.
24-
s.dependency 'React-Core'
21+
install_modules_dependencies(s)
22+
2523
s.dependency 'SSZipArchive', '~> 2.5.5'
2624
s.dependency 'JWT', '~> 3.0.0-beta.12'
2725
s.dependency 'Base64', '~> 1.1'

0 commit comments

Comments
 (0)