-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmParticle-Iterable.podspec
More file actions
18 lines (15 loc) · 850 Bytes
/
mParticle-Iterable.podspec
File metadata and controls
18 lines (15 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "mParticle-Iterable"
s.version = "8.1.4"
s.summary = "Iterable integration for mParticle"
s.description = "This is the Iterable integration for mParticle."
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-iterable.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-Iterable/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'Iterable-iOS-SDK', '~> 6.2'
end