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 ef1519a commit 1bcb9c0Copy full SHA for 1bcb9c0
examples/default/ios/Podfile
@@ -48,7 +48,6 @@ target 'InstabugExample' do
48
target 'InstabugTests' do
49
inherit! :complete
50
pod 'OCMock'
51
-
52
# Pods for testing
53
end
54
ios/native.rb
@@ -2,7 +2,6 @@
2
3
def use_instabug! (spec = nil)
4
version = $instabug[:version]
5
6
if (!spec)
7
pod 'Instabug', version
8
else
0 commit comments