-
Notifications
You must be signed in to change notification settings - Fork 1
/
FinAppletGDMap.podspec.tpl
29 lines (29 loc) · 1.07 KB
/
FinAppletGDMap.podspec.tpl
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
Pod::Spec.new do |s|
s.name = "FinAppletGDMap"
s.version = "_FinAppletGDMap_version_"
s.summary = "FinApplet GDMap sdk."
s.description = <<-DESC
this is FinApplet GDMap sdk.
DESC
s.homepage = "https://www.finclip.com"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2017 finogeeks.com. All rights reserved.
LICENSE
}
s.author = { "finclip" => "[email protected]" }
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"
s.source = { :http => "https://app.finogeeks.com/finchat/sdk/FinAppletGDMap-_FinAppletGDMap_version_.zip" }
s.vendored_frameworks = "FinAppletGDMap.framework"
s.libraries = 'c++'
s.dependency 'AMap3DMap-NO-IDFA'
s.dependency 'AMapLocation-NO-IDFA'
s.dependency 'AMapSearch-NO-IDFA'
s.dependency 'FinAppletExt','_FinAppletGDMap_version_'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end