release 1.0.3+1 , lint 处理

This commit is contained in:
Kuloud
2024-01-03 18:52:32 +08:00
parent 718d9cff62
commit 54ae0d3488
7 changed files with 13 additions and 11 deletions

View File

@ -24,8 +24,6 @@ NS_ASSUME_NONNULL_BEGIN
/// @param numberColor 色值
+ (UIColor*)colorFromNumber:(NSNumber*)numberColor;
+ (CGPoint)pointFromDictionary:(NSDictionary *)dictionary;
/// 从数据中解析经纬度
/// @param array 经纬度数组对(默认第一个当做维度,第二个当做经度)
+ (CLLocationCoordinate2D)coordinateFromArray:(NSArray *)array;

View File

@ -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.