Skip to content

Commit 176ec5b

Browse files
authored
Merge pull request #785 from adjust/v552
Version 5.5.2
2 parents 81948fa + 3945dec commit 176ec5b

File tree

17 files changed

+181
-381
lines changed

17 files changed

+181
-381
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 206 deletions
This file was deleted.

Adjust.podspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
33
s.module_name = "AdjustSdk"
4-
s.version = "5.5.1"
4+
s.version = "5.5.2"
55
s.summary = "This is the iOS SDK of Adjust. You can read more about it at https://adjust.com."
66
s.homepage = "https://github.com/adjust/ios_sdk"
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -41,6 +41,11 @@ Pod::Spec.new do |s|
4141
awb.dependency 'AdjustSignature', '3.62.0'
4242
end
4343

44+
s.subspec 'AdjustGoogleOdmPlugin' do |odm|
45+
odm.ios.deployment_target = '12.0'
46+
odm.source_files = 'plugins/odm/headers/*.{h,m}', 'plugins/odm/sources/cocoapods/*.{h,m}'
47+
end
48+
4449
s.subspec 'AdjustGoogleOdm' do |odm|
4550
odm.ios.deployment_target = '12.0'
4651
odm.source_files = 'plugins/odm/headers/*.{h,m}', 'plugins/odm/sources/cocoapods/*.{h,m}'

0 commit comments

Comments
 (0)