Skip to content

Commit aa44619

Browse files
committed
chore: Update pod config.
1 parent 215f53a commit aa44619

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

MapManagerReportLocation.podspec

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ Pod::Spec.new do |s|
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "Kenny Wong" => "[email protected]" }
1111
s.source = { :git => "https://github.com/jaywcjlove/map-manager-report-location.git", :tag => "#{s.version}" }
12-
s.platform = :ios, "9"
12+
s.platform = :ios, "9.0"
13+
s.ios.deployment_target = "9.0"
14+
# s.xcconfig = {
15+
# "ARCHS": "$(ARCHS_STANDARD)",
16+
# 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
17+
# 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
18+
# 'ENABLE_BITCODE' => 'YES'
19+
# }
1320

14-
s.xcconfig = {
15-
"ARCHS": "$(ARCHS_STANDARD)",
16-
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
17-
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
18-
'ENABLE_BITCODE' => 'YES'
21+
s.pod_target_xcconfig = {
22+
'IPHONEOS_DEPLOYMENT_TARGET' => s.deployment_target(:ios)
1923
}
2024

2125
# s.xcconfig = { "ARCHS": "$(ARCHS_STANDARD)", "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AMapFoundation-NO-IDFA/**\"" }

0 commit comments

Comments
 (0)