-
Notifications
You must be signed in to change notification settings - Fork 2
/
GoongGeocoder.podspec
43 lines (27 loc) · 2.26 KB
/
GoongGeocoder.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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "GoongGeocoder"
s.version = "0.0.7"
s.summary = "Goong Geocoding, Autocomplete API for Swift and Objective C"
s.description = <<-DESC
GoongGeocoder makes it easy to connect your iOS application to the Goong Geocoding API
DESC
s.homepage = "https://goong.io"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE.md" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "Goong" => "[email protected]" }
s.social_media_url = "https://fb.com/GoongMaps"
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# When using multiple platforms
s.ios.deployment_target = "10.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/goong-io/GoongGeocoder.git", :tag => "#{s.version}" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "GoongGeocoder"
s.resources = "GoongGeocoder/Assets/*.png"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
s.module_name = "GoongGeocoder"
s.swift_version = "5.0"
end