Skip to content

Commit 1bcb9c0

Browse files
merge
1 parent ef1519a commit 1bcb9c0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/default/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ target 'InstabugExample' do
4848
target 'InstabugTests' do
4949
inherit! :complete
5050
pod 'OCMock'
51-
5251
# Pods for testing
5352
end
5453

ios/native.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]
5-
65
if (!spec)
76
pod 'Instabug', version
87
else

0 commit comments

Comments
 (0)