Skip to content

Commit

Permalink
Merge pull request #104 from segment-integrations/bump-deps
Browse files Browse the repository at this point in the history
Chore(deps): bump amplitude dep and deployment target
  • Loading branch information
alanjcharles authored Jul 15, 2021
2 parents 0f6e872 + 5b2f37f commit d85bb5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ Archive.zip
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
Pods/
.clang-format


#intellij
.idea
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Amplitude (8.3.0)
- Analytics (4.1.4)
- Analytics (4.1.5)
- Expecta (1.0.6)
- OCHamcrest (8.0.0)
- OCMockito (6.0.0):
- OCHamcrest (~> 8.0)
- Segment-Amplitude (3.3.1):
- Amplitude (~> 8.0)
- Amplitude (~> 8.3)
- Analytics
- Specta (1.0.7)

Expand Down Expand Up @@ -35,7 +35,7 @@ SPEC CHECKSUMS:
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
OCHamcrest: a613690381f1dac7637c18962c10dbe8feca4bb5
OCMockito: 780f04370226f81a9d972c97d1203864ef609f5b
Segment-Amplitude: 00d7c0f80398966afa5aef254d939bbbd607c46e
Segment-Amplitude: 2b450c8352dc9bf074567d6ef3f7ef23c0719a7b
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66

PODFILE CHECKSUM: 166e86977ca5ed7a88d476e1f295a6953c3274c0
Expand Down
6 changes: 3 additions & 3 deletions Segment-Amplitude.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/segment-integrations/analytics-ios-integration-amplitude.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/segment'

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '9.0'

s.requires_arc = true

s.static_framework = true

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

s.dependency 'Analytics'
s.dependency 'Amplitude', '~> 8.0'
s.dependency 'Amplitude', '~> 8.3'
end

0 comments on commit d85bb5c

Please sign in to comment.