Skip to content

Commit 2ce3bf2

Browse files
committed
chore: Update pod config.
1 parent 530aabf commit 2ce3bf2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

MapManagerReportLocation.podspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MapManagerReportLocation"
3-
spec.version = "0.0.13"
3+
spec.version = "0.0.1"
44
spec.summary = "定位上报部检测平台"
55
spec.description = <<-DESC
66
定位上报部检测平台依赖包。
@@ -10,5 +10,11 @@ Pod::Spec.new do |spec|
1010
spec.author = { "Kenny Wong" => "[email protected]" }
1111
spec.source = { :git => "https://github.com/jaywcjlove/map-manager-report-location.git", :tag => "#{spec.version}" }
1212
spec.platform = :ios, "9"
13+
14+
spec.xcconfig = {
15+
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
16+
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
17+
'ENABLE_BITCODE' => 'YES'
18+
}
1319
spec.ios.vendored_frameworks = 'MapManager.framework'
1420
end

0 commit comments

Comments
 (0)