-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmParticle-ComScore.podspec
More file actions
26 lines (19 loc) · 976 Bytes
/
mParticle-ComScore.podspec
File metadata and controls
26 lines (19 loc) · 976 Bytes
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
Pod::Spec.new do |s|
s.name = "mParticle-ComScore"
s.version = "8.1.0"
s.summary = "ComScore integration for mParticle"
s.description = <<-DESC
This is the ComScore integration for mParticle.
DESC
s.homepage = "https://www.mparticle.com"
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { "mParticle" => "support@mparticle.com" }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-comscore.git", :tag => "v" +s.version.to_s }
s.social_media_url = "https://twitter.com/mparticle"
s.ios.deployment_target = "11.0"
s.tvos.deployment_target = "11.0"
s.source_files = 'mParticle-ComScore/*.{h,m,mm}'
s.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.dependency 'ComScore', '~> 6.12'
s.frameworks = 'SystemConfiguration'
end