-
Notifications
You must be signed in to change notification settings - Fork 0
/
MapboxMobileEvents.podspec
44 lines (26 loc) · 2.26 KB
/
MapboxMobileEvents.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = 'MapboxMobileEvents'
s.version = "0.10.2"
s.summary = "Mapbox Mobile Events"
s.description = "Collects usage information to help Mapbox improve its products."
s.homepage = "https://www.mapbox.com/"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "ISC", :file => "LICENSE.md" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "Mapbox" => "[email protected]" }
s.social_media_url = "https://twitter.com/mapbox"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = "8.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/mapbox/mapbox-events-ios.git", :tag => "v#{s.version.to_s}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = ["MapboxMobileEvents/**/*.{h,m}"]
s.resources = "MapboxMobileEvents/Resources/*"
s.exclude_files = "MapboxMobileEvents/MMENamespacedDependencies.h"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
s.module_name = 'MapboxMobileEvents'
s.library = 'z'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end