-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathamap_map.podspec
26 lines (25 loc) · 1.04 KB
/
amap_map.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
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint amap_map.podspec' to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'amap_map'
s.version = '1.0.8'
s.summary = 'A new Flutter plugin.'
s.description = <<-DESC
A new Flutter plugin for AMap.
DESC
s.homepage = 'https://github.com/kuloud/amap_map'
s.license = { :type => 'Apache License, Version 2.0', :file => '../LICENSE' }
s.author = { 'kuloud' => '[email protected]' }
s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.8' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'AMap3DMap'
s.static_framework = true
s.platform = :ios, '12.0'
s.static_framework = true
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end