release 1.0.3+1 , lint 处理
This commit is contained in:
@ -4,21 +4,21 @@
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'amap_map'
|
||||
s.version = '0.0.1'
|
||||
s.version = '1.0.3'
|
||||
s.summary = 'A new Flutter plugin.'
|
||||
s.description = <<-DESC
|
||||
A new Flutter plugin.
|
||||
A new Flutter plugin for AMap.
|
||||
DESC
|
||||
s.homepage = 'https://github.com/kuloud/amap_map'
|
||||
s.license = { :file => '../LICENSE' }
|
||||
s.license = { :type => 'Apache License, Version 2.0', :file => '../LICENSE' }
|
||||
s.author = { 'kuloud' => 'kuloud@outlook.com' }
|
||||
s.source = { :path => '.' }
|
||||
s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.3' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.public_header_files = 'Classes/**/*.h'
|
||||
s.dependency 'Flutter'
|
||||
s.dependency 'AMap3DMap'
|
||||
s.static_framework = true
|
||||
s.platform = :ios, '8.0'
|
||||
s.platform = :ios, '12.0'
|
||||
|
||||
s.static_framework = true
|
||||
# Flutter.framework does not contain a i386 slice.
|
||||
|
Reference in New Issue
Block a user