Skip to content

Commit bc75dc7

Browse files
Add OCMock dependency to iOS Sample App
1 parent 4981c93 commit bc75dc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

InstabugSample/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ target 'InstabugSample' do
2323
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
2424
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
2525
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
26+
27+
pod 'OCMock', '~> 3.4'
2628

2729
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
2830
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'

0 commit comments

Comments
 (0)