We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb07801 commit cb3fd6aCopy full SHA for cb3fd6a
ios/metamap_plugin_flutter.podspec
@@ -11,9 +11,9 @@ Flutter plugin for Mati SDK
11
s.source = { :path => '.' }
12
s.source_files = 'Classes/**/*'
13
s.dependency 'Flutter'
14
- s.platform = :ios, '13'
+ s.platform = :ios, '15'
15
s.static_framework = true
16
- s.dependency 'MetaMapSDK', "3.23.16"
+ s.dependency 'MetaMapSDK', "3.23.17"
17
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
18
s.swift_version = '5.0'
19
end
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: metamap_plugin_flutter
2
description: Flutter plugin for Mati SDK.
3
4
-version: 4.5.25
+version: 4.5.26
5
homepage: 'https://github.com/GetMati/mati-flutter-plugin'
6
7
environment:
0 commit comments