-
Notifications
You must be signed in to change notification settings - Fork 3
/
mParticle-Kochava.podspec
executable file
·27 lines (24 loc) · 1.28 KB
/
mParticle-Kochava.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = "mParticle-Kochava"
s.version = "8.1.4"
s.summary = "Kochava integration for mParticle"
s.description = <<-DESC
This is the Kochava integration for mParticle.
DESC
s.homepage = "https://www.mparticle.com"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { "mParticle" => "[email protected]" }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-kochava.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"
s.static_framework = true
s.ios.deployment_target = "10.3"
s.ios.source_files = 'mParticle-Kochava/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.4'
s.ios.dependency 'KochavaTrackeriOS', '~> 4.0'
s.ios.dependency 'KochavaAdNetworkiOS', '~> 4.0'
s.ios.pod_target_xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**',
'OTHER_LDFLAGS' => '$(inherited) -l"KochavaTrackeriOS"',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.ios.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end