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 7a69bdc commit 26f4080
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 @@ -6,7 +6,7 @@ PODS:
- Expecta (1.0.5)
- Segment-Adjust (1.0.0):
- Adjust (~> 4.6.0)
- Analytics (~> 3.0.0)
- Analytics (~> 3.0)
- Specta (1.0.5)

DEPENDENCIES:
Expand All @@ -22,7 +22,7 @@ SPEC CHECKSUMS:
Adjust: c6179ee5ab2d333a19e59688a489c02223e31477
Analytics: b342fb4f43fa4f97ca6f4358b44d3295217ba294
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
Segment-Adjust: 62c39607a94ecd3c49e4117bd1b76987b84f9021
Segment-Adjust: b5e8209101f89e4915342ecce86494d653425ba9
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

PODFILE CHECKSUM: 6057868ba6813120a3ab5ffee3b33af7e280bbd5
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/Segment-Adjust.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-Adjust.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 'Adjust', '~> 4.6.0'
end

0 comments on commit 26f4080

Please sign in to comment.