-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathmParticle-Apple-SDK-Swift.podspec
More file actions
23 lines (20 loc) · 1.06 KB
/
mParticle-Apple-SDK-Swift.podspec
File metadata and controls
23 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "mParticle-Apple-SDK-Swift"
s.version = "9.0.1"
s.summary = "mParticle Apple SDK Swift components."
s.description = <<-DESC
Swift components for the mParticle Apple SDK.
This pod contains Swift-only code that is used by the main mParticle-Apple-SDK.
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/mparticle-apple-sdk.git", :tag => "v" + s.version.to_s }
s.documentation_url = "https://docs.mparticle.com/developers/sdk/ios/"
s.requires_arc = true
s.module_name = 'mParticle_Apple_SDK_Swift'
s.ios.deployment_target = "15.6"
s.tvos.deployment_target = "15.6"
s.swift_versions = ["5.0"]
s.source_files = 'mParticle-Apple-SDK-Swift/Sources/**/*.swift'
end