Skip to content

Commit

Permalink
relax analytics requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jun 30, 2016
1 parent 4ed9c36 commit 974c0b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- Bugsnag/no-arc (4.0.9)
- Expecta (1.0.5)
- Segment-Bugsnag (1.0.1):
- Analytics (~> 3.0.0)
- Analytics (~> 3.0)
- Bugsnag (~> 4.0)
- Specta (1.0.5)

Expand All @@ -22,7 +22,7 @@ SPEC CHECKSUMS:
Analytics: 3ebd9eee7aa18bbf7d6418f2290b0bbf694144d5
Bugsnag: a4bdbf356f318cef00d12eb1601f16d8d0c71ba4
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Segment-Bugsnag: 0022c8d3fdda9abc2b5c3a8f86f03c76d73a3c03
Segment-Bugsnag: 338bcee99fa679008d64b6fc1bb3ae186067d498
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

PODFILE CHECKSUM: b8c56d29f10d76b38aa01b9ed7c3b2b0bf3ebdae
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/Segment-Bugsnag.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Segment-Bugsnag.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.source_files = 'Pod/Classes/**/*'

s.dependency 'Analytics', '~> 3.0.0'
s.dependency 'Analytics', '~> 3.0'
s.dependency 'Bugsnag', '~> 4.0'
end

0 comments on commit 974c0b7

Please sign in to comment.