Skip to content

Commit

Permalink
chore: Update pod config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 13, 2020
1 parent 2ce3bf2 commit 646be35
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions MapManagerReportLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
Pod::Spec.new do |spec|
spec.name = "MapManagerReportLocation"
spec.version = "0.0.1"
spec.summary = "定位上报部检测平台"
spec.description = <<-DESC
Pod::Spec.new do |s|
s.name = "MapManagerReportLocation"
s.version = "0.0.1"
s.summary = "定位上报部检测平台"
s.description = <<-DESC
定位上报部检测平台依赖包。
DESC
spec.homepage = "https://github.com/jaywcjlove/map-manager-report-location"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Kenny Wong" => "[email protected]" }
spec.source = { :git => "https://github.com/jaywcjlove/map-manager-report-location.git", :tag => "#{spec.version}" }
spec.platform = :ios, "9"
s.homepage = "https://github.com/jaywcjlove/map-manager-report-location"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Kenny Wong" => "[email protected]" }
s.source = { :git => "https://github.com/jaywcjlove/map-manager-report-location.git", :tag => "#{s.version}" }
s.platform = :ios, "9"

spec.xcconfig = {
s.xcconfig = {
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
'ENABLE_BITCODE' => 'YES'
}
spec.ios.vendored_frameworks = 'MapManager.framework'
s.ios.vendored_frameworks = 'MapManager.framework'
s.dependency 'AMapLocation', '2.6.7'
s.dependency 'GMObjC', '3.1.2'
end

0 comments on commit 646be35

Please sign in to comment.