-
Notifications
You must be signed in to change notification settings - Fork 38
/
MapboxMobileEvents.podspec
38 lines (23 loc) · 1.9 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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = 'MapboxMobileEvents'
s.version = "2.0.0"
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 = "9.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = {
:http => "https://api.mapbox.com/downloads/v2/mapbox-events-ios/releases/ios/packages/#{s.version.to_s}/MapboxMobileEvents.zip"
}
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
s.vendored_frameworks = 'MapboxMobileEvents.xcframework'
s.module_name = s.name
end