-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmParticle-Appsee.podspec
More file actions
20 lines (17 loc) · 892 Bytes
/
mParticle-Appsee.podspec
File metadata and controls
20 lines (17 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "mParticle-Appsee"
s.version = "7.5.6"
s.summary = "Appsee integration for mParticle"
s.description = <<-DESC
This is the Appsee 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-appsee.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/mparticles"
s.ios.deployment_target = "8.0"
s.ios.source_files = 'mParticle-Appsee/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.5.0'
s.ios.dependency 'Appsee', '>= 2.4.1'
end