Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 1acf060

Browse files
authored
Add React to podspec
Inspired by charlires#33 Apparently this worked fine with Cocoapods 1.4.0, but with Cocoapods 1.5.0 we need to specify the dependency on React. ocetnik/react-native-background-timer#82 (comment)
1 parent 517533c commit 1acf060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/SegmentAnalytics.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Pod::Spec.new do |s|
2929

3030
s.source_files = 'SegmentAnalytics/Classes/**/*.{h,m}'
3131

32+
s.dependency 'React'
3233
s.dependency 'Analytics'
3334
s.dependency 'segment-appsflyer-ios'
3435
end

0 commit comments

Comments
 (0)