Skip to content

Commit 5b2f37f

Browse files
committed
Chore(deps): bump amplitude dep and deployment target
1 parent 0f6e872 commit 5b2f37f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ Archive.zip
2727
# We recommend against adding the Pods directory to your .gitignore. However
2828
# you should judge for yourself, the pros and cons are mentioned at:
2929
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
30-
#
30+
#
3131
# Note: if you ignore the Pods directory, make sure to uncomment
3232
# `pod install` in .travis.yml
3333
#
3434
Pods/
3535
.clang-format
36+
37+
38+
#intellij
39+
.idea

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
22
- Amplitude (8.3.0)
3-
- Analytics (4.1.4)
3+
- Analytics (4.1.5)
44
- Expecta (1.0.6)
55
- OCHamcrest (8.0.0)
66
- OCMockito (6.0.0):
77
- OCHamcrest (~> 8.0)
88
- Segment-Amplitude (3.3.1):
9-
- Amplitude (~> 8.0)
9+
- Amplitude (~> 8.3)
1010
- Analytics
1111
- Specta (1.0.7)
1212

@@ -35,7 +35,7 @@ SPEC CHECKSUMS:
3535
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
3636
OCHamcrest: a613690381f1dac7637c18962c10dbe8feca4bb5
3737
OCMockito: 780f04370226f81a9d972c97d1203864ef609f5b
38-
Segment-Amplitude: 00d7c0f80398966afa5aef254d939bbbd607c46e
38+
Segment-Amplitude: 2b450c8352dc9bf074567d6ef3f7ef23c0719a7b
3939
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
4040

4141
PODFILE CHECKSUM: 166e86977ca5ed7a88d476e1f295a6953c3274c0

Segment-Amplitude.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Pod::Spec.new do |s|
1616
s.source = { :git => "https://github.com/segment-integrations/analytics-ios-integration-amplitude.git", :tag => s.version.to_s }
1717
s.social_media_url = 'https://twitter.com/segment'
1818

19-
s.ios.deployment_target = '10.0'
19+
s.ios.deployment_target = '11.0'
2020
s.tvos.deployment_target = '9.0'
21-
21+
2222
s.requires_arc = true
2323

2424
s.static_framework = true
2525

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

2828
s.dependency 'Analytics'
29-
s.dependency 'Amplitude', '~> 8.0'
29+
s.dependency 'Amplitude', '~> 8.3'
3030
end

0 commit comments

Comments
 (0)