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