-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfluxAPM.podspec
More file actions
21 lines (17 loc) · 1 KB
/
InfluxAPM.podspec
File metadata and controls
21 lines (17 loc) · 1 KB
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 = "InfluxAPM"
s.version = "1.0.3"
s.summary = "InfluxAPM SDK gives instant, mobile performance monitoring."
s.homepage = "https://www.influxapm.com"
s.license = {"type" => "Commercial", "text" => "See https://www.influxapm.com"}
s.author = {"Vu Tran" => "vu0tran@gmail.com" , "Marcin Butanowicz" => "m.butan@gmail.com"}
s.documentation_url = "https://www.influxapm.com/docs/getting_started"
s.platform = :ios, '8.0'
s.requires_arc = true
s.source = {:git => "https://github.com/slidemail/InfluxAPM.git", :tag => "1.0.3"}
s.frameworks = 'Foundation', 'UIKit', 'CoreData', 'CoreTelephony', 'SystemConfiguration'
s.preserve_paths = "InfluxAPMSDK/InfluxAPM.framework", "scripts/*"
s.public_header_files = "InfluxAPMSDK/InfluxAPM.framework/**/*.h"
s.vendored_frameworks = "InfluxAPMSDK/InfluxAPM.framework"
s.module_map = 'InfluxAPMSDK/InfluxAPM.framework/Modules/module.modulemap'
end