We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5f15f commit 745dc19Copy full SHA for 745dc19
CodePush.podspec
@@ -18,10 +18,8 @@ Pod::Spec.new do |s|
18
s.public_header_files = ['ios/CodePush/CodePush.h']
19
s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
20
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'
+ install_modules_dependencies(s)
+
25
s.dependency 'SSZipArchive', '~> 2.5.5'
26
s.dependency 'JWT', '~> 3.0.0-beta.12'
27
s.dependency 'Base64', '~> 1.1'
0 commit comments