-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNextBillionMap.podspec
33 lines (23 loc) · 1.18 KB
/
NextBillionMap.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
#
# Be sure to run `pod spec lint NextBillionMap.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "NextBillionMap"
spec.version = "1.1.5"
spec.summary = "The nextbillion.ai iOS map cocoapods repo"
spec.description = <<-DESC
This is a iOS xcframework repository, users can integrate with Nextbillion iOS map through cocoaPods
DESC
spec.homepage = "https://github.com/nextbillion-ai/nextbillion-map-ios"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "qiu" => "[email protected]" }
spec.source = { :git => "https://github.com/nextbillion-ai/nextbillion-map-ios.git" }
spec.vendored_frameworks = '*.xcframework'
spec.platform = :ios, '9.0'
spec.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
spec.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
end