-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLDAPMMonitor.podspec
29 lines (24 loc) · 1.08 KB
/
LDAPMMonitor.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod lib lint LDAPMMonitor.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'LDAPMMonitor'
s.version = '0.5.1'
s.summary = 'LDAPMMonitor monitor your app performance'
s.homepage = 'https://github.com/Lede-Inc/LDAPMMonitor.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '[email protected]' => '[email protected]' }
s.source = { :git => 'https://github.com/Lede-Inc/LDAPMMonitor.git', :tag => s.version.to_s }
s.platform = :ios
s.frameworks = "AdSupport", "SystemConfiguration", "CoreTelephony", "UIKit", "CoreGraphics", "Foundation", "CFNetwork"
s.ios.deployment_target = '8.0'
s.library = 'c++'
s.vendored_frameworks = 'LDAPMMonitor/*.framework'
s.requires_arc = true
s.dependency 'Reachability'
s.dependency 'FBRetainCycleDetector', '~> 0.1.4'
end